knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "figures",
  out.width = "95%"
)

xyzfuns

The package contains miscellaneous helper functions commonly used for data wrangling and data analysis.

Installation

You can install the development version from GitHub with:

# install.packages("remotes")
remotes::install_github("nrkoehler/xyzfuns")


nrkoehler/xyzfuns documentation built on Nov. 12, 2024, 1:29 p.m.