DiagrammeROutput: Widget output function for use in Shiny

View source: R/DiagrammeR.R

DiagrammeROutputR Documentation

Widget output function for use in Shiny

Description

Widget output function for use in Shiny

Usage

DiagrammeROutput(outputId, width = "100%", height = "auto")

Arguments

outputId

Output variable to read from

width

A valid CSS unit for the width or a number, which will be coerced to a string and have px appended.

height

A valid CSS unit for the height or a number, which will be coerced to a string and have px appended.


DiagrammeR documentation built on May 31, 2023, 6:14 p.m.