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

yawp

A collection of documented, tested, and packaged helper functions.

Installation

devtools::install_github("vpnagraj/yawp", branch = "main", build_vignettes = TRUE)

Note that the install command above will install the package from GitHub and build vignettes. If you would prefer not to build vignettes upon install then set build_vignettes = FALSE, which is the default in devtools::install_github().

Features

Usage

The function documentation includes examples of usage, as do the package vignettes:

browseVignettes(package = "yawp")

Inspiration and Related Work

yawp is a utility package, and the functionality it provides is by no means unique. In fact, some of the functions were directly inspired by other tools. For example:



vpnagraj/yawp documentation built on March 31, 2022, 9:56 a.m.