| shinynotesUI | R Documentation |
UI function for the shinynotes module.
shinynotesUI(id)
id |
An ID string that will be used to assign the module's namespace. |
Note module UI, containing note panel and control buttons. An HTML
tag object that can be rendered as HTML using
as.character().
if(interactive()){
shinynotesUI(id = 'paragraph')
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.