Description Usage Arguments Value Methods (by class) Examples
The method checks the format of an input directory or file path to see if it is in a valid format. Normalized path is returned.
1 2 3 4 | checkInputPath(object, path)
## S4 method for signature 'Commons,character'
checkInputPath(object, path)
|
object |
Commons class object. |
path |
a character string. A directory or file path. |
a character string. Normalized input path.
object = Commons,path = character
: A method of class Commons
1 2 3 4 5 6 | ## Not run:
c <- Commons()
checkInputPath(c, path = '/home/foo/temp')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.