validISAObject {isatabr}R Documentation

Check the validity of an object of class ISA.

Description

The validISAObject function checks whether an object of class ISA is a valid object. An object of the ISA is considered valid when:

Usage

validISAObject(object)

Arguments

object

An object of class ISA.

Value

TRUE or an error message.

See Also

ISA

Examples

## Read example Atwell data set.
isaObject1 <- readISATab(path = file.path(system.file("extdata/Atwell",
                                          package = "isatabr")))

## Check validity of the object.
validISAObject(isaObject1)


[Package isatabr version 1.0.1 Index]