prep_access {dataspice} | R Documentation |
Prepare access
Description
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
.
Usage
prep_access(data_path = "data", access_path = "data/metadata/access.csv", ...)
Arguments
data_path |
character vector of either:
|
access_path |
path to the |
... |
parameters passed to |
Value
Updates access.csv
and writes to access_path
.
Examples
## Not run:
# First create the metadata tempaltes
create_spice()
# Then begin filling them in from your data files
prep_access()
## End(Not run)
[Package dataspice version 1.1.0 Index]