Nothing
## ----include = FALSE----------------------------------------------------------
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
## ----setup, include=FALSE-----------------------------------------------------
library(IPEDSuploadables)
## ----specstable, echo=FALSE, warning=FALSE, message=FALSE---------------------
library(magrittr)
specs_HR$ACCEPTABLE_VALUES <- stringr::str_replace_all(specs_HR$ACCEPTABLE_VALUES, pattern = "\\n", replacement = "<br>")
knitr::kable(specs_HR,
format = 'html',
escape = FALSE,
col.names = c('Column Name', 'Column Type', 'Acceptable Value - Definition')) %>%
kableExtra::kable_styling(bootstrap_options = "striped") %>%
kableExtra::column_spec(2, italic = TRUE, width = '8em')
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.