initializeChangelog: Initialize a changelog for a LiPD object

View source: R/changelog.R

initializeChangelogR Documentation

Initialize a changelog for a LiPD object

Description

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

Usage

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


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