check.structure: 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)
Value
TRUE if object can be processed by [datsteps()], error / FALSE if not
Arguments
- DAT_df
An object to check
- verbose
TRUE / FALSE: Should the function issue additional
messages pointing to possible inconsistencies and notify of methods?