The goal of peacock is to provide functions for project initialization and workflows using pre-build templates. Templates available for R and R Shiny projects.
You can install the development version of peacock from GitHub with:
# install.packages("devtools")
devtools::install_github("samuelbharti/peacock")
This is a basic example which shows you how to solve a common problem:
library(peacock)
## Initialize shiny project structure
init_shiny()
#> You current working directory will be:
#> /Users/samuelbharti/Library/CloudStorage/OneDrive-UAB-TheUniversityofAlabamaatBirmingham/Work/packages/peacockDo you wish to create a project template here? (y/yes to confirm):
#> Project initialization canceled.