Read LiPD files into R workspace

readLipd(path = NULL, jsonOnly = FALSE, parallel = FALSE)

Arguments

path

A string specifying a file, url, or directory, or a vector of strings specifying files or urls. Alternatively, no entry (default) will open a selection windw..

jsonOnly

Load data from json only (not lpd file? Typically only used for web connections)

parallel

load data in parallel? Default = FALSE. Can greatly increase load time for large collections of data. Uses furrr, so you'll need to run future::plan() before calling the function. e.g. `future::plan(multisession,workers = 8)`

Value

D : LiPD dataset(s)

Author

Chris Heiser

Nick McKay

Examples