R/shiny.R
upsetjsOutput.Rd
Output and render functions for using UpSet.js within Shiny applications and interactive Rmd documents.
upsetjsOutput(outputId, width = "100%", height = "400px")
output variable to read from
Must be a valid CSS unit (like '100%'
,
'800px'
, 'auto'
) or a number, which will be coerced to a
string and have 'px'
appended.
see width
An output or render function that enables the use of the widget within Shiny applications.