checkmrbin {mrbin} | R Documentation |
A function for checking mrbin objects.
Description
This function checks an mrbin object and returns warning if changes were not documented
Usage
checkmrbin(mrbinObject, verbose = TRUE, errorsAsWarnings = NULL)
Arguments
mrbinObject |
An mrbin object |
verbose |
Should a summary be displayed? (Warnings will be displayed even when setting verbose to FALSE) |
errorsAsWarnings |
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. |
Value
An (invisible) character vector of warnings
Examples
mrbinObject<-createmrbin()
mrbinObject<-checkmrbin(mrbinObject)
[Package mrbin version 1.7.5 Index]