lipd_read: Loads a LiPD file from local path. Unzip, read, and process...

View source: R/lipd.R

lipd_readR 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.

Description

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.

Usage

lipd_read(path, jsonOnly = FALSE)

Arguments

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)

Value

j LiPD file data


nickmckay/lipdR documentation built on April 13, 2025, 5:58 p.m.