README.md

jute

The jute R package provides a collection of useful (to me) utility functions.

This is a learning exercise and not intended for publication itself.

Note that some of these tasks can be accomplished easily using packages published on CRAN, e.g. within the tidyverse.

Installation

To install the development version of jute from GitHub:

# Install devtools if not already installed
if (!requireNamespace("devtools", quietly = TRUE)) {
  install.packages("devtools")
}
devtools::install_github("toniprice/jute")
Last updated: 19 Dec 2022


toniprice/jute documentation built on Jan. 11, 2023, 8:23 a.m.