filter.HCABrowser {HCABrowser} | R Documentation |
Filter HCABrowser objects
## S3 method for class 'HCABrowser' filter(.data, ..., .preserve)
.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.
hca <- HCABrowser() hca2 <- hca %>% filter(organ.text == "brain") hca2