create_shiny | R Documentation |
Creates a new shiny dashboard as a package at given path; the package is named as the last folder in the path.
create_shiny( path, use_git = TRUE, use_github = use_git, use_ci = use_github, use_precommit = use_ci, use_coverage = use_ci, use_lintr = TRUE, use_tests = TRUE, ..., open = FALSE )
path |
A path. If it exists, it is used. If it does not exist, it is created, provided that the parent path exists. |
use_git |
Initialise and make initial commits to a local git
repository. By default is |
use_github |
Create and push to a GitHub repository. By default takes
value of |
use_ci |
Set up a GitHub Action job to run R CMD CHECK. By default takes
value of |
use_precommit |
Set up |
use_coverage |
Set up |
use_lintr |
Set up lintr. By default is |
use_tests |
Set up testthat. By default is |
... |
Additional arguments passed to |
open |
Boolean. Open the created project? |
The path to the created package, invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.