annotatorOutput {annotator} | R Documentation |
Widget output function for use in Shiny
Description
Widget output function for use in Shiny
Usage
annotatorOutput(outputId, width = "auto", height = "auto", ...)
Arguments
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 |
Value
An object generated by htmlwidgets::shinyWidgetOutput()
.
See Also
Examples
# Print the directory containing the code for all examples to see this function in use.
system.file("examples", package = "annotator")
[Package annotator version 0.0.3.1 Index]