resetEsQuery: Reset the query of a HCABrowser object to the default query

Description Usage Arguments Value Examples

Description

Reset the query of a HCABrowser object to the default query

Usage

1
2
## S4 method for signature 'HCABrowser'
resetEsQuery(x)

Arguments

x

A HCABrowser object

Value

A HCABrowser object with the search reset

Examples

1
2
3
4
5
x <- HCABrowser()
x <- x %>% filter(organ.text == brain)
x <- x %>% filter(organ.text != brain)
x <- x %>% resetEsQuery
x

HCABrowser documentation built on Nov. 8, 2020, 7:24 p.m.