initializeChangelog | R Documentation |
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"
)
L |
a LiPD object |
notes |
notes |
curator |
who made these changes |
timestamp |
when was this made |
version |
version of the dataset |
A LiPD object with a changelog
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.