knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of cookiecutteR is inspired the Cookie Cutter For Data Science Project template. It adapts that framework for R and allows users to create projects using this template.
<!-- You can install the released version of cookiecutteR from CRAN with:
install.packages("cookiecutteR")
--> The development version is avaliable for install from GitHub.
remotes::install_github("warlicks/cookiecutteR")
This is a basic example which shows you how to solve a common problem:
library(cookiecutteR) ## basic example code
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.