Skip to contents

Lifecycle: experimental

This R package provides a set of convenience functions designed to streamline common operations in data manipulation, string operations, and package development.

The gauntlet package includes utilities for handling string and factor operations, general data manipulation, package development and other basic yet essential functions for efficient workflow management.

Intent of this package:

The gauntlet package aims to simplify and enhance productivity by providing a collection of utility functions.

It reduces the need for repetitive code by offering well-defined functions for frequent tasks, thus improving workflow efficiency and consistency.

What you can do with this package:

✔️ Perform common string operations, including advanced sorting and manipulation
✔️ Order factor levels based on numerical values rather than counts
✔️ Access a variety of utilities for package development
✔️ Utilize basic yet powerful data manipulation functions

Installation

Install the development version from GitHub:

# install.packages("devtools") 
devtools::install_github("michaelgaunt404/gauntlet")