library(dplyr)
Formaldehyde %>%
mutate(Sum = carb + optden,
TripleSum = Sum * 3,
Two = 2,
Col = sapply(2:7, function(x){x - 1}))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.