knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
library(datasummary)
data_summary()
generates a dataframe where each row is the summary of a numerical column in the source data frame.
data_summary(weather)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.