May 30, 2017 at 10:52 pm
Comments posted to this topic are about the item Find the directory in R
May 30, 2017 at 10:53 pm
Nice question, thanks Steve.
the self-teaching in R is starting to pay off...
____________________________________________
Space, the final frontier? not any more...
All limits henceforth are self-imposed.
“libera tute vulgaris ex”
May 31, 2017 at 9:51 am
I agree that getwd() returns the "working" directory, but, that was not the question. The question was "How can I determine my CURRENT directory?" They can be the same, or different.
According to " https://www.rdocumentation.org/packages/pracma/versions/1.9.9/topics/cd%2C%20pwd%2C%20what " the command pwd() displays the name of the CURRENT directory.
I want my point!
May 31, 2017 at 10:19 am
Chiefly Confused - Wednesday, May 31, 2017 9:51 AMI agree that getwd() returns the "working" directory, but, that was not the question. The question was "How can I determine my CURRENT directory?" They can be the same, or different.
According to " https://www.rdocumentation.org/packages/pracma/versions/1.9.9/topics/cd%2C%20pwd%2C%20what " the command pwd() displays the name of the CURRENT directory.I want my point!
I would try to find what is the most probable answer. It is quite easy when the other three choices are made up.
Steve, thanks for the question.
Edit: spelling
June 1, 2017 at 8:19 am
Chiefly Confused - Wednesday, May 31, 2017 9:51 AMI agree that getwd() returns the "working" directory, but, that was not the question. The question was "How can I determine my CURRENT directory?" They can be the same, or different.
According to " https://www.rdocumentation.org/packages/pracma/versions/1.9.9/topics/cd%2C%20pwd%2C%20what " the command pwd() displays the name of the CURRENT directory.I want my point!
Interesting. I RSTudio 1.0.136, pwd() isn't a valid function call. That doc appears to be from a library that may or may not be installed.
In https://cran.r-project.org/doc/manuals/r-release/R-lang.html, there is no PWD() function. We can't check every package for alternatives, so unless otherwise noted, we are looking at the core R language only.
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply