View source: R/setwd2thisFile.R
setwd2thisFile | R Documentation |
Set working directory to where the file that put this function located.
setwd2thisFile()
the working directory before the change.
{
## Not run:
# Put the following codes in one file and save.
getwd()
setwd2thisFile()
getwd()
## End(Not run)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.