Check if object is fhx.

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)
#> [1] TRUE