knitr::opts_chunk$set( collapse = TRUE, echo = FALSE, comment = "#>" ) library(broom)
This vignette displays two datasets built into broom
: argument_glossary
and column_glossary
. These datasets are incomplete works in progress.
argument_glossary
: describes acceptable names for arguments to tidying methodscolumn_glossary
: describes acceptable names of columns in output from tidying methodsknitr::kable(argument_glossary)
knitr::kable(column_glossary)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.