I'm trying to call command line from R. A simple example of this is:
system(paste("cd",getwd() ))
However, I get the following error message:
Warning message: running command 'cd >>C:/Users/ had status 127
What can I do to solve this error?
I'm trying to call command line from R. A simple example of this is:
system(paste("cd",getwd() ))
However, I get the following error message:
Warning message: running command 'cd >>C:/Users/ had status 127
What can I do to solve this error?