dev/01_start.R

# 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")
josePliego/final_proj_carolina_kernels documentation built on July 19, 2022, 6:43 p.m.