lipd_read | R Documentation |
Loads a LiPD file from local path. Unzip, read, and process data Steps: create tmp, unzip lipd, read files into memory, manipulate data, move to original dir, delete tmp.
lipd_read(path, jsonOnly = FALSE)
path |
Local path OR url location of LiPD file |
jsonOnly |
Read data from jsonld only? The data will be included and the json file might be large (Typically only used for web connections) |
j LiPD file data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.