0
votes

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?

1
Yes, possible, but without more detail it is not possible to give a sensible answer.zx8754
Check this tutorial to learn how to manage the working directory, create, copy, list and remove files from a directory with code: r-coder.com/working-directory-rUser 6683331

1 Answers