renderAnnotator: Widget render function for use in Shiny

View source: R/annotator.R

renderAnnotatorR Documentation

Widget render function for use in Shiny

Description

Widget render function for use in Shiny

Usage

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

Arguments

expr

An annotator expression.

env

A environment. Default to parent.frame().

quoted

A boolean value.

Value

An object generated by htmlwidgets::shinyRenderWidget().

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.