is_fr_field: Test if an object is a 'fr_field' object

View source: R/fr_field.R

is_fr_fieldR Documentation

Test if an object is a fr_field object

Description

Test if an object is a fr_field object

Usage

is_fr_field(x)

Arguments

x

an object to test

Value

TRUE if object is a fr_field object, FALSE otherwise

Examples

is_fr_field(letters)
is_fr_field(as_fr_field(letters, "letters"))

fr documentation built on May 29, 2024, 8:35 a.m.