filter.HCABrowser {HCABrowser}R Documentation

Filter HCABrowser objects

Description

Filter HCABrowser objects

Usage

## S3 method for class 'HCABrowser'
filter(.data, ..., .preserve)

Arguments

.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.

Value

a HCABrowser object containing the resulting query.

Examples

hca <- HCABrowser()
hca2 <- hca %>% filter(organ.text == "brain")
hca2


[Package HCABrowser version 1.0.1 Index]