encoded.spec: Checks whether a Specification is Encoded

View source: R/spec.R

encoded.specR Documentation

Checks whether a Specification is Encoded

Description

Checks whether a specification is encoded with respect to the guide column.

Usage

## S3 method for class 'spec'
encoded(x, column = x$column, ...)

Arguments

x

spec

column

character: items in column to check

...

passed arguments

Value

logical with same length as column argument


spec documentation built on June 22, 2024, 11:05 a.m.

Related to encoded.spec in spec...