library(dodo)
o <- within(data = list(), expr = {
stages = letters
allowed_projections = c('survive', 'age')
lc <- new('life_cycle', stages=stages, allowed_projections = allowed_projections)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.