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

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

Related to guidetext.spec in spec...