Posts by Matheus Santos • 21 points
2 posts
-
2
votes2
answers507
viewsQ: Zero left on R
I have a code that takes a txt file with ";" delimiter and swaps it with "/t". However, in these 90 files, there are fields with id = 01,02,03,04 ... When I change bounders the fields with the id…
rasked Matheus Santos 21 -
0
votes1
answer39
viewsQ: Problem while uploading and converting.txt files
Every time I try to do the operation below I get a mistake: setwd('C:\\Users\\MatheuS\\Documents\\file') library(readr) fns = list.files(patt="\\.txt") sapply(fns, function(x){…