Skip to contents

The goal of setupR is to help with common data science workflows. There are templates for data import and cleaning functions, targets pipelines, and more. The package makes heavy use of great packages like fusen, targets, usethis, and others.

Installation

You can install the development version of setupR like so:

# install.packages("pak")
pak::pak("fabiandistler/setupR")   

Documentation

Full documentation website on: https://fabiandistler.github.io/setupR

Example

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

library(setupR)
## basic example code TODO

Code of Conduct

Please note that the setupR project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.