Learn R Programming

annotator (version 0.0.3.1)

renderAnnotator: Widget render function for use in Shiny

Description

Widget render function for use in Shiny

Usage

renderAnnotator(expr, env = parent.frame(), quoted = FALSE)

Value

An object generated by htmlwidgets::shinyRenderWidget().

Arguments

expr

An annotator expression.

env

A environment. Default to parent.frame().

quoted

A boolean value.

See Also

runExample()

Examples

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

Run the code above in your browser using DataLab