updateChangelog: Update the changelog entry in a LiPD file with new changes

View source: R/changelog.R

updateChangelogR Documentation

Update the changelog entry in a LiPD file with new changes

Description

Update the changelog entry in a LiPD file with new changes

Usage

updateChangelog(
  L,
  changelog,
  version = NA,
  notes = NA,
  curator = Sys.info()[["user"]],
  timestamp = lubridate::now(tzone = "UTC")
)

Arguments

L

a LiPD object

changelog

a changelog data.frame

version

version of the dataset

notes

notes

curator

who made these changes

timestamp

when was this made

Value

An updated LiPD object


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