is_FIPS_simulation: Test if the object is a simmed FIPS_df

View source: R/FIPS_simulation.R

is_FIPS_simulationR Documentation

Test if the object is a simmed FIPS_df

Description

This function returns TRUE for FIPS_df if a simulation has been run on it, and FALSE for all other objects, including regular data frames.

Usage

is_FIPS_simulation(x)

Arguments

x

An object

Value

TRUE if the object inherits from the inherits(x, "FIPS_df") & attr(x, "simmed") .


humanfactors/FIPS documentation built on Aug. 24, 2023, 6:33 p.m.