Description Usage Arguments Examples
View source: R/create_polish_app.R
Creates needed files and directories so that you can quickly begin development of your Shiny App.
1 2 3 4 5 | create_polish_app(
app.dirname,
example.modules = FALSE,
helpful.comments = FALSE
)
|
app.dirname |
New directory that will be created and contain the shiny app files |
example.modules |
If |
helpful.comments |
If |
1 2 3 4 5 6 7 8 9 | # Create a new polish app skeleton with example modules and helpful comments in the app.R file.
## Not run:
polish::create_polish_app(
app.dirname = file.path('.', 'my_new_shiny_app'),
example.modules = TRUE,
helpful.comments = TRUE
)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.