This function checks an mrbin object and returns warning if changes were not documented
checkmrbin(mrbinObject, verbose = TRUE, errorsAsWarnings = NULL)
An (invisible) character vector of warnings
An mrbin object
Should a summary be displayed? (Warnings will be displayed even when setting verbose to FALSE)
If TRUE, errors will be turned into warnings. Should be used with care, as errors indicate undocumented changes to the data. If not provided, this will be taken from the mrbinObject.
mrbinObject<-createmrbin()
mrbinObject<-checkmrbin(mrbinObject)
Run the code above in your browser using DataLab