Learn R Programming

upsetjs (version 1.11.1)

upsetjsOutput: 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")

Value

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

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