Description Usage Arguments Value Author(s) See Also Examples
Takes a path and returns a vector of string with the names of files and directories for the path. The directory names will have a system dependent path separator (e. g. / for Unix) appended.
1 | appendSepDir(path)
|
path |
|
A character vector containing file and directory names.
Jianhua (John) Zhang
1 2 3 4 5 | # File names and directory names are not differentiated
list.files()
# Put a separater at the end of directory names
appendSepDir(getwd())
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.