Posts by Orson Galvão • 3 points
2 posts
-
0
votes2
answers22
viewsA: How to save content from data sets to files dynamically?
Guys, I found the solution.... the correct code should be.... dsets <- c('wairlines', 'wairports', 'wflights', 'wplanes', 'wweather') for(ix in 1:length(dsets)) { write.csv(get(dsets[ix]), file =…
ranswered Orson Galvão 3 -
-2
votes2
answers22
viewsQ: How to save content from data sets to files dynamically?
I have an array with the name of my datasets and want to store the contents of them in files .csv individual dynamically. With the code below, the files are created, but instead of the content of…
rasked Orson Galvão 3