timeStampMrbin: A function for time stamping mrbin objects.
Description
This function adds time stamps to an mrbin object and returns it. Is used only within functions making changes to mrbin objects.
Usage
timeStampMrbin(
mrbinObject,
functionName = "InProgress...",
versionNumber = "0",
changeDetails = "InProgress...",
steps = 0,
comment = ""
)
Value
An (invisible) mrbin object
Arguments
- 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
Examples
Run this codemrbinObject<-createmrbin()
mrbinObject<-timeStampMrbin(mrbinObject)
Run the code above in your browser using DataLab