server = function(input, output, session) {
SMRD::add_server('distribution_geng_functions', env = environment())
output$gengfunc <- renderUI({ SMRD::add_rmd('geng-func.Rmd') })
output$gengprops <- renderUI({ SMRD::add_rmd('geng-props.Rmd') })
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.