Description Usage Arguments Details Value Author(s) See Also Examples
Checks whether given character strings point to valid directories
1 2 3 4 5 |
... |
One or more character strings giving directory names to be tested |
isDir
tests whether the given string represent a valid, existing
directory. assertDir
performs a logical test, and stops the program
if the given string does not point to a given directory.
checkDir
is synonymous to isDir
isDir
returns logical vector.
assertDir
returns an invisible TRUE
if directories exist,
otherwise halts and prints error messages.
Jitao David Zhang <jitao_david.zhang@roche.com>
file.info
, checkFile
and
assertFile
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.