filter.xpose_set | R Documentation |
Filtration method for xpose_set
## S3 method for class 'xpose_set'
filter(.data, ..., .rowwise = FALSE)
.data |
< |
... |
< |
.rowwise |
< |
A filtered xpose_set
xpdb_set %>%
filter(label=="mod1")
xpdb_set %>%
filter(length(parent)>1, .rowwise=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.