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

tidymrp

The goal of tidymrp is to ...

Installation

You can install the development version of tidymrp from GitHub with:

# install.packages("devtools")
devtools::install_github("jokroese/tidymrp")

Example

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

library(tidymrp)
## basic example code


joekroese/tidymrp documentation built on Aug. 8, 2024, 2:04 p.m.