Description Usage Arguments Examples
View source: R/getScriptPath.R
getScriptPath
returns the full path of the script that called this function (if any)
or NULL if path is not available
1 |
absolute |
Return absolute path (absolute = TRUE, default) or path relative to working directory (FALSE) |
1 2 3 4 | ## Not run:
mypath <- getScriptPath()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.