createChangelog | R Documentation |
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")
)
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 |
a changelog data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.