Create a changelog by comparing two LiPD files

createChangelog(
  Lold,
  Lnew,
  good.base = c("archiveType", "createdBy", "dataSetName", "dataSource", "notes",
    "originalDataUrl"),
  exclude.paleo = c("paleoData_meanValue12k", "paleoData_mostRecentCompilations",
    "paleoData_medianRes12k", "paleoData_tableName", "paleoData_values"),
  exclude.chron = c("chronData_values")
)

Arguments

Lold

Old lipd object

Lnew

New lipd object

good.base

A vector of base level metadata to check

exclude.paleo

A vector of paleo metadata to exclude

exclude.chron

A vector of chron metadata to exclude

Value

a changelog data frame