lipd_write | R Documentation |
Saves current state of LiPD object data. Outputs to a LiPD file. Steps: create tmp, create bag dir, get dsn, splice csv from json, write csv, clean json, write json, create bagit, zip up bag folder, place lipd in target dst, move to original dir, delete tmp
lipd_write(
j,
dir_original,
path,
dsn,
ignore.warnings,
removeNamesFromLists = FALSE,
jsonOnly = FALSE
)
j |
Metadata |
path |
Destination path |
dsn |
Dataset name |
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:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.