knitr::opts_chunk$set(echo = FALSE, message = FALSE, warning = FALSE, dpi = 600, fig.width = 6, fig.height = 5)
Note: Please check and change as needed all bold-face text.
SectionType <- "Body_dev_ver" for(sim in names(DraftText)){ MethodsSection <- knitr::knit_child( system.file("rmarkdown/templates/methodstext/skeleton/skeleton.Rmd", package="SimcypConsultancy"), envir = environment(), quiet = TRUE) cat(MethodsSection, sep = "\n") }
SectionType <- "Body_app" for(sim in names(DraftText)){ MethodsSection <- knitr::knit_child( system.file("rmarkdown/templates/methodstext/skeleton/skeleton.Rmd", package="SimcypConsultancy"), envir = environment(), quiet = TRUE) cat(MethodsSection, sep = "\n") }
SectionType <- "Body_dev_ver" for(sim in names(DraftText)){ ResultsSection <- knitr::knit_child( system.file("rmarkdown/templates/resultstext/skeleton/skeleton.Rmd", package="SimcypConsultancy"), envir = environment(), quiet = TRUE) cat(ResultsSection, sep = "\n") }
SectionType <- "Body_app" for(sim in names(DraftText)){ ResultsSection <- knitr::knit_child( system.file("rmarkdown/templates/resultstext/skeleton/skeleton.Rmd", package="SimcypConsultancy"), envir = environment(), quiet = TRUE) cat(ResultsSection, sep = "\n") }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.