is_fhx: Check if object is 'fhx'.

View source: R/utils.R

is_fhxR Documentation

Check if object is fhx.

Description

Check if object is fhx.

Usage

is_fhx(x)

Arguments

x

An object.

Value

Boolean indicating whether x is an fhx object.

See Also

  • fhx() constructs an fhx object.

  • as_fhx() casts data frame-like object into an fhx object.

  • +.fhx() concatenate multiple fhx objects together.

Examples

data(lgr2)
is_fhx(lgr2)


ltrr-arizona-edu/burnr documentation built on May 28, 2022, 9:29 a.m.