Alias to 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