Output and render functions for using UpSet.js within Shiny applications and interactive Rmd documents.

upsetjsOutput(outputId, width = "100%", height = "400px")

Arguments

outputId

output variable to read from

width

Must be a valid CSS unit (like '100%', '800px', 'auto') or a number, which will be coerced to a string and have 'px' appended.

height

see width

Value

An output or render function that enables the use of the widget within Shiny applications.