is_gpt_agg_tbl {AIscreenR} | R Documentation |
Test if the object is a 'gpt_agg_tbl'
object
Description
This function returns TRUE
for gpt_agg_tbl
objects,
and FALSE
for all other objects.
Usage
is_gpt_agg_tbl(x)
Arguments
x |
An object |
Value
TRUE
if the object inherits from the gpt_agg_tbl
class.
[Package AIscreenR version 0.1.1 Index]