-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from mps9506/load-report
Load report
- Loading branch information
Showing
59 changed files
with
155,738 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
## document metadata | ||
|
||
## note: this is run outside of the targets workflow | ||
library(dataspice) | ||
create_spice(dir = "data/Output/") | ||
|
||
prep_access(data_path = "data/Output", | ||
access_path = "data/Output/metadata/access.csv", | ||
recursive = TRUE) | ||
|
||
edit_access(metadata_dir = "data/Output/metadata") | ||
|
||
prep_attributes(data_path = "data/Output", | ||
attributes_path = "data/Output/metadata/attributes.csv", | ||
recursive = TRUE) | ||
|
||
edit_attributes(metadata_dir = "data/Output/metadata") | ||
|
||
edit_creators(metadata_dir = "data/Output/metadata") | ||
|
||
edit_biblio(metadata_dir = "data/Output/metadata") | ||
|
||
write_spice(path = "data/Output/metadata") | ||
|
||
|
||
build_site("data/Output/metadata/dataspice.json") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.