Widget output function for use in Shiny
DiagrammeROutput(outputId, width = "100%", height = "auto")
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 |
height | a valid CSS unit for the height or a number, which will be
coerced to a string and have |