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 |
quoted |
A boolean value. |
Value
An object generated by htmlwidgets::shinyRenderWidget()
.
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]