cd, pwd, what | R Documentation |
Displays or changes working directory, or lists files therein.
cd(dname)
pwd()
what(dname = getwd())
dname |
(relative or absolute) directory path. |
pwd()
displays the name of the current directory, and is the same
as cd()
. cd(dname)
changes to directory dname
and if
successfull displays the directory name.
what()
lists all files in a directory.
Name of the current working directory.
getwd
, setwd
, list.files
# cd()
# pwd()
# what()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.