grVizOutput: Widget output function for use in Shiny

View source: R/grViz.R

grVizOutputR Documentation

Widget output function for use in Shiny

Description

Widget output function for use in Shiny

Usage

grVizOutput(outputId, width = "100%", height = "400px")

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.


rich-iannone/DiagrammeR documentation built on Jan. 19, 2025, 12:23 a.m.