knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
library(broca)
test_rmd_table <- read_csv_as_rmd_table(file = "test_data.csv", progress = FALSE) test_rmd_table
knit_asis(test_rmd_table)
knit_asis_rmd_table_metadata(csv_rmd_table = test_rmd_table) knit_asis_rmd_table_value(csv_rmd_table = test_rmd_table)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.