View source: R/sunscan_functions.R
getFileList | R Documentation |
Fetches recursively all possible data files from a directory
getFileList(
directory,
prefix = "",
extension = ".TXT",
excludedir = "converted"
)
directory |
to search for data files |
prefix |
of files to take into account |
extension |
of files to take into account |
excludedir |
subdirectory name to exclude |
vector of potential data files
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.