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

packlearn

The goal of packlearn is for me to learn how to build packages in R. I doubt anyone else will be interested in this. It does a few trivial and pointless things.

Installation

Don't bother looking for this package on CRAN! If you're really keen use this:

devtools::install_github("bogsnork/packlearn")

Example

Here's a cool function to praise any food you like:

library(packlearn)
## praise food
grreat("Kohlrabi")


bogsnork/packlearn documentation built on Dec. 19, 2021, 10:47 a.m.