README.md

Quick summary functions for tibbles and data frames

Lifecycle: retired

At this time, the package is no longer actively maintained. I would suggest migrating to a combination of the packages janitor, skimr, and ggstatsplot for better, more comprehensive functionality.

You want to have a quick first overview of a dataset: (1) run summary functions for all (or selected) continuous and discrete variables, and (2) make histograms of all (or selected) continuous data. This package enables you to do that with the smallest amount of effort/code in R, using the power of the tidyverse.

These are a few simple functions combining the power of dplyr, purrr, and broom to quickly create summary statistics for multiple variables of a tibble or data frame, using the standard selectors in dplyr (including contains("mysubstring") and starts_with("myprefix"), for example).

How to install

Tibblesummary is not (yet) available on CRAN. Install devtools. Then use devtools to install tibblesummary directly from GitHub.

install.packages("devtools")
devtools::install_github("ls31/tibblesummary")

How to update

devtools::install_github("lc31/tibblesummary")


LS31/tibblesummary documentation built on Dec. 24, 2019, 2:31 p.m.