knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

jaysroutine

The goal of jaysroutine is to streamline the process before starting data analysis.

Installation

You can install the released version of jaysroutine from Github.

remotes::install_github("jaylkim/jaysroutine")

Example

This is a basic example which shows you how it works:

library(jaysroutine)

jaywork("analysis.Rmd")


jaylkim/jaysroutine documentation built on Jan. 25, 2021, 12:35 a.m.