| prep_access | R Documentation |
Extract fileNames from data file(s) and add them to access.csv. The
helper validate_file_paths can be used to create vectors of
valid file paths that can be checked and then passed as data_path argument
to prep_access.
prep_access(
data_path = "data",
access_path = file.path("data", "metadata", "access.csv"),
...
)
data_path |
character vector of either:
|
access_path |
path to the |
... |
parameters passed to |
Updates access.csv and writes to access_path.
## Not run:
# First create the metadata tempaltes
create_spice()
# Then begin filling them in from your data files
prep_access()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.