pull.rbiom {rbiom} | R Documentation |
Map sample names to metadata field values.
Description
Map sample names to metadata field values.
Usage
## S3 method for class 'rbiom'
pull(.data, var = -1, name = ".sample", ...)
Arguments
.data |
An rbiom object, such as from |
var |
The metadata field name specified as:
Default: |
name |
The column to be used as names for a named vector.
Specified in a similar manner as var. Default: |
... |
Not used. |
Value
A vector of metadata values, named with sample names.
See Also
taxa_map()
Other samples:
sample_sums()
Examples
library(rbiom)
pull(hmp50, 'Age') %>% head()
pull(hmp50, 'bod') %>% head(4)
[Package rbiom version 2.2.1 Index]