guidetext.spec: Extract Text from Guide Column of Specification

Description Usage Arguments Value See Also Examples

Description

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

Usage

1
2
## 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

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

spec documentation built on May 2, 2019, 10:14 a.m.

Related to guidetext.spec in spec...