knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
library(datasummary)

Summarize weather dataframe

data_summary() generates a dataframe where each row is the summary of a numerical column in the source data frame.

data_summary(weather)


jmbo1190/datasummary documentation built on Dec. 21, 2021, 1:11 a.m.