annotatorOutput: Widget output function for use in Shiny

View source: R/annotator.R

annotatorOutputR 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 htmlwidgets::shinyWidgetOutput() e.g. inline.

Value

An object generated by htmlwidgets::shinyWidgetOutput().

See Also

runExample()

Examples

# Print the directory containing the code for all examples to see this function in use.
system.file("examples", package = "annotator")

annotator documentation built on Oct. 18, 2023, 5:08 p.m.