annotatorOutput | R Documentation |
Widget output function for use in Shiny
annotatorOutput(outputId, width = "auto", height = "auto", ...)
outputId |
The name of the input. |
width |
in CSS units, default to "auto". |
height |
in CSS units, default to "auto". |
... |
further arguments to pass to |
An object generated by htmlwidgets::shinyWidgetOutput()
.
runExample()
# Print the directory containing the code for all examples to see this function in use.
system.file("examples", package = "annotator")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.