Description Usage Arguments Value Examples
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
.
1 | prep_access(data_path = "data", access_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
.
1 2 3 4 5 6 7 8 | ## 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.