Skip to contents

setmeup has tools to expedite reproducible data analysis projects.

Installation

Install from GitHub:

remotes::install_github("eliotmonaco/setmeup")

Example

Set up a data analysis project fast with setup_project(). This runs use_rmd_template() by default and so will 1) create a simple and logical internal project structure, and 2) set up an R Notebook template ready for an analysis.

setmeup::setup_project()