knitr::opts_chunk$set(echo = TRUE) library(gt)
Create a display table based on pressure
.
gt(pressure) %>% fmt_scientific( columns = pressure, decimals = 2 )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.