This function will create a changelog for a file that doesn't already have one.

initializeChangelog(
  L,
  notes = "Starting the changelog",
  curator = Sys.info()[["user"]],
  timestamp = lubridate::now(tzone = "UTC"),
  version = "1.0.0"
)

Arguments

L

a LiPD object

notes

notes

curator

who made these changes

timestamp

when was this made

version

version of the dataset

Value

A LiPD object with a changelog