reactive helper to update an upsetjs karnaugh map diagram in place

upsetjsKarnaughMapProxy(outputId, session)

Arguments

outputId

the id of the upsetjs widget

session

current shiny session

Value

an object of class upsetjs_proxy

Examples

if (FALSE) {
upsetjsKarnaughMapProxy("upsetjs1", session) %>% setSelection("a")
}