LocalDirListByName | R Documentation |
Retrieve a simple list of all files with the specified name but various extensions.
LocalDirListByName(path, fileName, ...)
path |
Path for a folder. Trailing slash is optional. |
fileName |
A string containing the name of a single file. All files with the same name (but different extensions) will be returned. |
... |
Arguments passed to |
A list of file names (invisible).
## Not run:
DirListByName(paste0("ftp://rockyftp.cr.usgs.gov/vdelivery/Datasets/",
"Staged/Hydrography/NHD/HU4/HighResolution/Shape/"),
"NHD_H_0101_HU4_Shape.jpg")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.