.checktab {brmsmargins} | R Documentation |
Check Object Class is a Table
Description
Internal utility function confirm that an object
has the attributes needed to be used as data.
Currently it should be a tbl
,
data.frame
, or data.table
.
Usage
.checktab(x, requireNames = TRUE)
Arguments
x |
An object to be evaluated. |
requireNames |
A logical, whether names are
required. Defaults to |
Value
An empty string if no issues. Otherwise, a non zero string with warning/error messages.
[Package brmsmargins version 0.2.0 Index]