sigmajs-shiny.Rd
Output and render functions for using sigmajs within Shiny applications and interactive Rmd documents.
sigmajsOutput(outputId, width = "100%", height = "400px") renderSigmajs(expr, env = parent.frame(), quoted = FALSE) sigmajsProxy(id, session = shiny::getDefaultReactiveDomain())
outputId, id | output variable to read from |
---|---|
width, height | Must be a valid CSS unit (like |
expr | An expression that generates a sigmajs |
env | The environment in which to evaluate |
quoted | Is |
session | A valid shiny session. |