is_outbreaker_chains {o2ools}R Documentation

Check if an object is a data frame of class 'outbreaker_chains'

Description

This function checks if the input is a data frame and of class 'outbreaker_chains'.

Usage

is_outbreaker_chains(out)

Arguments

out

The object to be checked.

Value

TRUE if the object is a data frame and of class 'outbreaker_chains', otherwise stops with an error.


[Package o2ools version 0.0.1 Index]