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

dsproj

The goal of dsproj is to create the ideal (opinionated) templated for a Data Science project.

Installation

You can install the released version of dsproj from Github with:

install.packages("remotes")
remotes::install_github('cimentadaj/dsproj')

Example

This is a basic example which shows you how to solve a common problem:

library(dsproj)

project_folder <- tempdir()
create_dsproject(project_folder)


cimentadaj/dsproj documentation built on May 5, 2019, 3:45 a.m.