data_package {git2rdata} | R Documentation |
Create a Data Package for a directory of CSV files
Description
Create a datapackage.json
file for a directory of CSV files.
The function will look for all .csv
files in the directory and its
subdirectories.
It will then create a datapackage.json
file with the metadata of each CSV
file.
Usage
data_package(path = ".")
Arguments
path |
the directory in which to create the |
See Also
Other storage:
display_metadata()
,
list_data()
,
prune_meta()
,
read_vc()
,
relabel()
,
rename_variable()
,
rm_data()
,
update_metadata()
,
verify_vc()
,
write_vc()
[Package git2rdata version 0.5.0 Index]