Description Usage Arguments Value Methods (by class) Examples
The method looks for the current project directory information and associates the directory and its sub-directories to the class object. It returns a list of paths to the current project directory and the sub-directories. The method is called every time when a class object is initialized, which makes the current project directory and the sub-directory information readily accessible through the class object.
1 2 3 4 | getPrjDir(object, ...)
## S4 method for signature 'Commons'
getPrjDir(object, ..., showErr = as.logical(F))
|
object |
Commons class object. |
... |
There are optional arguments. |
showErr |
a logical value. (optional) If TRUE, display the error message; If FALSE (default), not display. |
a character list. Current user project directory and the sub-directories.
Commons
: of Class Commons
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.