app_sys | R Documentation |
Access files for the shiny app from the package installation directory.
app_sys(...)
... |
character vectors, specifying subdirectory and file(s) within your package. The default, none, returns the root of the app. |
# Note If you manually change your package name in the 'DESCRIPTION', don't forget to change it here too, and in the config file ('inst/config.yml').
For a safer name change mechanism, use the 'golem::set_golem_name()' function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.