Learn R Programming

mrbin (version 1.9.1)

checkmrbin: 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)

Value

An (invisible) character vector of warnings

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.

Examples

Run this code
mrbinObject<-createmrbin()
mrbinObject<-checkmrbin(mrbinObject)

Run the code above in your browser using DataLab