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.
You can install the development version of setupR like so:
# install.packages("pak")
pak::pak("fabiandistler/setupR")
Full documentation website on: https://fabiandistler.github.io/setupR
This is a basic example which shows you how to solve a common problem:
library(setupR)
## basic example code TODO
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.