resetEsQuery {HCABrowser} | R Documentation |
Reset the query of a HCABrowser object to the default query
## S4 method for signature 'HCABrowser' resetEsQuery(x)
x |
A HCABrowser object |
A HCABrowser object with the search reset
x <- HCABrowser() x <- x %>% filter(organ.text == brain) x <- x %>% filter(organ.text != brain) x <- x %>% resetEsQuery x