upsetjsOutput {upsetjs} | R Documentation |
Output and render functions for using UpSet.js within Shiny applications and interactive Rmd documents.
Description
Output and render functions for using UpSet.js within Shiny applications and interactive Rmd documents.
Usage
upsetjsOutput(outputId, width = "100%", height = "400px")
Arguments
outputId |
output variable to read from |
width |
Must be a valid CSS unit (like |
height |
see width |
Value
An output or render function that enables the use of the widget within Shiny applications.
[Package upsetjs version 1.11.1 Index]