Description Usage Arguments Value Author(s) References Examples
Gets the absolute pathname string.
1 | PPT.getAbsolutePath(pathname,workDirectory=getwd(),expandTilde=FALSE,...)
|
pathname |
Required filename. See example |
workDirectory |
Working driectory. Defaults to current R working directory. |
expandTilde |
Optional. Expand tildas? Defaults to FALSE. |
... |
Optional extra arguments. |
Returns a character string of the absolute pathname.
Henrik Bengtsson (http://www.braju.com/R/) and modified by Wayne Jones wayne_betws@hotmail.com
See function "getAbsolutePath" from package Rutils: http://cran.r-project.org/web/packages/R.utils/index.html.
1 2 3 4 | ## Not run:
PPT.getAbsolutePath("myfilename.R")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.