knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of JABmisc is to improve data analysis workflows by:
JABmisc currently only exists in a development version. You can install this version from GitHub with:
# install.packages("devtools") devtools::install_github("allenbaron/JABmisc")
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:
filter_list()
)round_up()
, format_num()
)find_consensus_path()
)Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.