out <- NULL if (!is.null(object$covariate.associations)) { for (covariate.name in names(object$covariate.associations)) out <- c(out, knit_child(file.path(report.path, "covariate.rmd"))) }
if (!is.null(out)) cat(out, sep="\n\n")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.