Description Usage Arguments Value Examples
View source: R/filter-utilities.R
Filter HCABrowser objects
1 2 |
.data |
an HCABrowser object to perform a query on. |
... |
further argument to be tranlated into a query to select from. These arguments can be passed in two ways, either as a single expression or as a series of expressions that are to be seperated by commas. |
.preserve |
unused. |
a HCABrowser object containing the resulting query.
1 2 3 | hca <- HCABrowser()
hca2 <- hca %>% filter(organ.text == "brain")
hca2
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.