View source: R/get_csv_filenames.R
get_csv_filenames | R Documentation |
Get Names of CSV Files Referenced in Config
get_csv_filenames(config, keep_empty = FALSE)
config |
configuration object (list) with one entry per "table", each of which is expected to have an entry "file" |
keep_empty |
logical. Whether or not to keep "file" entries that are empty ("") |
vector of character with the file names referenced in config
config <- list( table_a = list(file = "table-a.csv"), table_b = list(file = "table-b.csv") ) get_csv_filenames(config)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.