guidetext.spec {spec} | R 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 |
... |
passed arguments |
Value
character
See Also
Other guidetext:
guidetext()
Examples
data(drug)
guidetext(specification(drug, tol = 3)) # NA, must be supplied manually
[Package spec version 0.1.9 Index]