Learn R Programming

upsetjs (version 1.11.1)

upsetjsKarnaughMapProxy: reactive helper to update an upsetjs karnaugh map diagram in place

Description

reactive helper to update an upsetjs karnaugh map diagram in place

Usage

upsetjsKarnaughMapProxy(outputId, session)

Value

an object of class upsetjs_proxy

Arguments

outputId

the id of the upsetjs widget

session

current shiny session

Examples

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

Run the code above in your browser using DataLab