is_tdf: Test if the object is a tdf object

View source: R/tdf.R

is_tdfR Documentation

Test if the object is a tdf object

Description

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

Usage

is_tdf(x)

Arguments

x

An object

Value

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


bcastanho/SCtools documentation built on June 4, 2023, 6:28 a.m.