checkmrbin | R Documentation |
This function checks an mrbin object and returns warning if changes were not documented
checkmrbin(mrbinObject, verbose = TRUE, errorsAsWarnings = NULL)
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. |
An (invisible) character vector of warnings
mrbinObject<-createmrbin()
mrbinObject<-checkmrbin(mrbinObject)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.