check_mina_qu {mina}R Documentation

Check the object and return TRUE if the object includes quantitative table.

Description

Check the object and return TRUE if the object includes quantitative table.

Usage

check_mina_qu(x)

Arguments

x

An object of class mina with 'tab' defined.

Value

TRUE if the object contains quantitative table and is not empty.

Examples

data(maize)
check_mina_qu(maize)

[Package mina version 1.0.0 Index]