library(tidyverse)
chemicals_specs <- tibble(Chemical = c("NADH", "ATP"), coef = c(6220, 15400), lambda = c(340, 260))
use_data(chemicals_specs, internal = TRUE, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.