LocalDirListByType | R Documentation |
Retrieve a directory listing from a local file system as a simple list of file names.
LocalDirListByType(path, fileType, ...)
path |
Path for a folder on a remote host. Trailing slash is optional. |
fileType |
Any valid string for the pattern parameter in |
... |
Arguments passed to |
DirListByType is an alias for DirList(path, fileType = fileType, namesOnly = TRUE, ...)
A list of file names (invisible).
## Not run:
DirListByType(paste0("ftp://rockyftp.cr.usgs.gov/vdelivery/Datasets/",
"Staged/Elevation/LPC/Projects/AK_BrooksCamp_2012/laz/"),
"\\.las|\\.laz")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.