upsetjsOutput: Output and render functions for using UpSet.js within Shiny...

View source: R/shiny.R

upsetjsOutputR 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 '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.


upsetjs documentation built on July 13, 2022, 9:06 a.m.