| is_fr_field {fr} | R 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"))
[Package fr version 0.5.1 Index]