updateChangeLog | R Documentation |
This method can be used to update ChangeLog objects.
updateChangeLog(log, entry, version, date = Sys.Date(), append = TRUE)
## S4 method for signature 'ChangeLog'
updateChangeLog(log, entry, version, date = Sys.Date(),
append = TRUE)
log |
An object of class |
entry |
A (named) list of character vectors. The element names will become the ChangeLog sections, each vector element an item. |
version |
Character string, version number to look up. |
date |
The date of the ChangeLog entry in |
append |
Logical, whether a present entry should be replaced or added to. |
updateChangeLog
takes a ChangeLog object and a version number string,
replaces the complete
entry with the contents of entry
and updates the time stamp to date
.
An object of class ChangeLog
.
readChangeLog
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.