Skip to contents

Tests whether an object inherits from the fb4_result class.

Usage

is.fb4_result(x)

Arguments

x

Object to test

Value

A length-1 logical: TRUE if x inherits from class "fb4_result", FALSE otherwise.

Examples

is.fb4_result(list())
#> [1] FALSE