Description Usage Arguments Value Examples
Undo previous filter queries on a HCABrowser object
1 2 | ## S4 method for signature 'HCABrowser'
undoEsQuery(x, n = 1L)
|
x |
A HCABrowser object |
n |
integer(1) the number of filter queries to undo |
A HCABrowser object with n fewer queries
1 2 3 4 5 6 | x <- HCABrowser()
x <- x %>% filter(organ.text == brain)
x <- x %>% filter(organ.text == heart)
x <- x %>% filter(organ.text != brain)
#x <- x %>% undoEsquery(n = 2)
x
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.