# Building a Prod-Ready, Robust Shiny Application.
#
# README: each step of the dev files is optional, and you don't have to
# fill every dev scripts before getting started.
# 01_start.R should be filled at start.
# 02_dev.R should be used to keep track of your development during the project.
# 03_deploy.R should be used once you need to deploy your app.
#
#
########################################
#### CURRENT FILE: ON START SCRIPT #####
########################################
## Create Common Files ----
usethis::use_mit_license() # MIT license
usethis::use_lifecycle_badge("stable")
# go to dev/02_dev.R
rstudioapi::navigateToFile("dev/02_dev.R")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.