Description Usage Arguments Value Examples
Reset the query of a HCABrowser object to the default query
1 2 | ## S4 method for signature 'HCABrowser'
resetEsQuery(x)
|
x |
A HCABrowser object |
A HCABrowser object with the search reset
1 2 3 4 5 | x <- HCABrowser()
x <- x %>% filter(organ.text == brain)
x <- x %>% filter(organ.text != brain)
x <- x %>% resetEsQuery
x
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.