labels.spec: Extract Labels from Specification

View source: R/spec.R

labels.specR Documentation

Extract Labels from Specification

Description

Extracts labels from specification label column.

Usage

## S3 method for class 'spec'
labels(object, column = object$column, ...)

Arguments

object

spec

column

character: items in column to check

...

passed arguments

Value

character

Examples

data(drug)
labels(specification(drug, tol = 3))

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

Related to labels.spec in spec...