utility-edibble-var {edibble}R Documentation

Utility functions for edibble variable

Description

The S3 methods for edbl_fct objects have the same expected output that of a factor.

Other functions are utility functions related to edbl_fct object.

Usage

## S3 method for class 'edbl_fct'
as.character(x, ...)

## S3 method for class 'edbl_fct'
as.integer(x, ...)

is_fct(x)

is_unit(x)

is_trt(x)

is_rcrd(x)

Arguments

x

An edbl_fct object.

...

Ignored.

Value

A character vector.


[Package edibble version 1.1.0 Index]