I have a script, written in R, that generate a lot of output. I would like to put these outputs into their own directories. Then I would like to create, in R, a directory and then move into it, writing file inside it. Is there a way to approach this?
0
votes
1 Answers
-1
votes
Use dir.create()
function. Link:
https://www.rdocumentation.org/packages/base/versions/3.6.2/topics/files2