select.xpose_set | R Documentation |
Selection method for xpose_set
## S3 method for class 'xpose_set'
select(.data, ...)
.data |
< |
... |
< |
Subset of xpose
set
xpdb_set %>%
select(starts_with("fix"))
xpdb_set %>%
select(mod1, fix1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.