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