guidetext.spec: Extract Text from Guide Column of Specification

View source: R/spec.R

guidetext.specR Documentation

Extract Text from Guide Column of Specification

Description

Extracts text from guide column of specification, ignoring number ranges if any.

Usage

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

Arguments

x

object

column

character: items in column to check

...

passed arguments

Value

character

See Also

Other guidetext: guidetext()

Examples

data(drug)
guidetext(specification(drug, tol = 3)) # NA, must be supplied manually

bergsmat/spec documentation built on Feb. 21, 2024, 1:20 p.m.