renderAnnotator {annotator}R 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")

[Package annotator version 0.0.3.1 Index]