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

JABmisc

The goal of JABmisc is to improve data analysis workflows by:

  1. simplifying initial data exploration
  2. providing functions to fill gaps in data manipulation/munging/wrangling

Installation

JABmisc currently only exists in a development version. You can install this version from GitHub with:

# install.packages("devtools")
devtools::install_github("allenbaron/JABmisc")

Examples

To get a quick look at a tabular dataset (after loading) use describe_cols() or the full-functioning audit_df(). Here's an example with the airquality dataset:

library(JABmisc)
describe_cols(airquality)

Other available functions in this package:



allenbaron/JABmisc documentation built on July 4, 2021, 9:56 a.m.