check.structure {datplot}R Documentation

Check if the structure is compatible with [datsteps()] (internal)

Description

Checks if the object passed to [datsteps()] can be used for processing.

Usage

check.structure(DAT_df, verbose = FALSE)

Arguments

DAT_df

An object to check

verbose

TRUE / FALSE: Should the function issue additional messages pointing to possible inconsistencies and notify of methods?

Value

TRUE if object can be processed by [datsteps()], error / FALSE if not


[Package datplot version 1.1.1 Index]