setTime | R Documentation |
Adds a timestamp to the RHermesExp object with a specified message. Useful for adding info to the object for reproducibility purposes.
setTime(struct, message) ## S4 method for signature 'RHermesExp,character' setTime(struct, message)
struct |
The RHermesExp object you want to add the timestamp to. |
message |
A character string to append. |
A copy of struct with the updated timestamp list.
Roger Gine
setTime(RHermesExp(), "Important info")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.