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

modelscript

modelscript is a little RStudio addin that creates a modelling template in a new .R file. I made it as a helper when learning how tidymodels works, so it's geared towards that.

Installation

You can install modelscript with remotes:

remotes::install_github("RobertMyles/modelscript")

Usage

Template

The template contains a prep and a model building section. 'prep' contains subsections for:

'Build Model' contains subsections for:



RobertMyles/modelscript documentation built on June 5, 2020, 12:31 a.m.