timeStampMrbin | R Documentation |
This function adds time stamps to an mrbin object and returns it. Is used only within functions making changes to mrbin objects.
timeStampMrbin(
mrbinObject,
functionName = "InProgress...",
versionNumber = "0",
changeDetails = "InProgress...",
steps = 0,
comment = ""
)
mrbinObject |
An mrbin object |
functionName |
Name of the package and function calling this command |
versionNumber |
Version number of the package calling this command |
changeDetails |
Details of changes made to the mrbin object |
steps |
Indicates which step to perform: 0 (only pre-change), 1 (only post-change) |
comment |
An optional character vector describing the change |
An (invisible) mrbin object
mrbinObject<-createmrbin()
mrbinObject<-timeStampMrbin(mrbinObject)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.