is_tdf_multi: Test if the object is a tdf_multi object

View source: R/tdf.R

is_tdf_multiR Documentation

Test if the object is a tdf_multi object

Description

This function returns 'TRUE' for the object returned from the multiple.synth function. and 'FALSE' for all other objects, including regular data frames.

Usage

is_tdf_multi(x)

Arguments

x

An object

Value

'TRUE' if the object inherits from the 'tdf_multi' class.


SCtools documentation built on June 9, 2022, 5:06 p.m.