resetEsQuery {HCABrowser}R Documentation

Reset the query of a HCABrowser object to the default query

Description

Reset the query of a HCABrowser object to the default query

Usage

## S4 method for signature 'HCABrowser'
resetEsQuery(hca)

Arguments

hca

A HCABrowser object

Value

A HCABrowser object with the search reset

Examples

hca <- HCABrowser()
hca <- hca %>% filter(organ.text == brain)
hca <- hca %>% filter(organ.text != brain)
hca <- hca %>% resetEsQuery
hca

[Package HCABrowser version 1.0.1 Index]