writeLipd | R Documentation |
Write LiPD data onto disk as LiPD files
writeLipd(
D,
path = NULL,
ignore.warnings = FALSE,
removeNamesFromLists = FALSE,
jsonOnly = FALSE
)
D |
LiPD datasets list |
path |
Destination path char |
jsonOnly |
Write data to jsonld only? The data will be included and the json file might be large (Typically only used for web connections) |
none
Chris Heiser
## Not run:
# write - without path argument
writeLipd(D)
# write - with path argument
writeLipd(D, "/Users/bobsmith/Desktop/lipd_files")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.