readLipd.Rd
Read LiPD files into R workspace
readLipd(path = NULL, jsonOnly = FALSE, parallel = FALSE)
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..
Load data from json only (not lpd file? Typically only used for web connections)
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)`
D : LiPD dataset(s)