checkmrbin: A function for checking mrbin objects.

View source: R/mrbin.R

checkmrbinR 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)

mrbin documentation built on June 22, 2024, 9:39 a.m.