Skip to content

Latest commit

 

History

History
executable file
·
35 lines (24 loc) · 913 Bytes

README.md

File metadata and controls

executable file
·
35 lines (24 loc) · 913 Bytes

peacock

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.

Installation

You can install the development version of peacock from GitHub with:

# install.packages("devtools")
devtools::install_github("samuelbharti/peacock")

Example

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.