I have a R Script that uses write.csv to create a CSV file.
This works fine when I run it from the command line, but no file is created when I run the script using TaskschedulerR. Why would it let me do this on command line but not when I use TaskschedulerR package?
The rest of the script runs with Scheduler, just not the CSV file saving part.
Can anyone help me?