is_tdf_multi {SCtools} | R Documentation |
This function returns 'TRUE' for the object returned from the
multiple.synth
function.
and 'FALSE' for all other objects, including regular data frames.
is_tdf_multi(x)
x |
An object |
'TRUE' if the object inherits from the 'tdf_multi' class.