apply_framework7 | R Documentation |
Apply Framework7 to a project, adds the relevant (babel) loader, installs dependencies,
and creates, or updates, or replaces the srcjs/index.js
file.
apply_framework7()
After running this function and bundling the JavaScript remember to place
div(id = "app"), tags$script(src = "www/index.js")
at the bottom of your shiny UI.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.