labels.spec {spec} | R 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 |
... |
passed arguments |
Value
character
Examples
data(drug)
labels(specification(drug, tol = 3))
[Package spec version 0.1.9 Index]