View source: R/datasourcestools.R
getFileList | R Documentation |
getFileList Return a list of files for specific status
getFileList(
country = NULL,
status = NULL,
current = TRUE,
periodstart = NULL,
periodend = NULL,
sourcetype = NULL
)
country |
The country code |
status |
The current status searched for (where CurrentStatus is TRUE ) |
current |
TRUE by default, return only the current status (one line) |
periodstart |
Optional |
periodend |
Optional |
sourcetype |
Optional |
a dataset containing files informations
## Not run: getFileList("FR","IMPORTED")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.