Learn R Programming

SCtools (version 0.3.3.1)

is_tdf_multi: 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)

Value

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

Arguments

x

An object