Learn R Programming

multiSA (version 0.1.0)

check_data: Check dimensions and inputs in MSAdata object

Description

Ensures that data inputs are of proper dimension. Whenever possible, default values are added to missing items.

Usage

check_data(MSAdata, silent = FALSE)

Value

An updated MSAdata object.

Arguments

MSAdata

S4 object containing data inputs. See MSAdata

silent

Logical, whether or not to report default values to the console

See Also

MSAdata