knitr::opts_chunk$set(
  collapse = TRUE,
  dev = "png",
  dev.args = list(type = "cairo-png"),
  comment = "#>"
)

Introduction

Here is an example using the dsproject package.

library(dsproject)
import(data.csv)
use(ggplot2)
make_project(data)


sheaperetz/dsproject documentation built on Dec. 31, 2020, 5:15 a.m.