writeLipd: Write LiPD data onto disk as LiPD files

View source: R/init.R

writeLipdR Documentation

Write LiPD data onto disk as LiPD files

Description

Write LiPD data onto disk as LiPD files

Usage

writeLipd(
  D,
  path = NULL,
  ignore.warnings = FALSE,
  removeNamesFromLists = FALSE,
  jsonOnly = FALSE
)

Arguments

D

LiPD datasets list

path

Destination path char

jsonOnly

Write data to jsonld only? The data will be included and the json file might be large (Typically only used for web connections)

Value

none

Author(s)

Chris Heiser

Examples

## Not run: 
# write - without path argument
writeLipd(D)

# write - with path argument
writeLipd(D, "/Users/bobsmith/Desktop/lipd_files")

## End(Not run)

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