\newpage
This R package does something useful... for sure...
# needed so that the as.data.frame part of the vignette # does not need a restart of the session everytime the # vignette is built rm(list = ls()) knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
devtoolsLet's get started by installing the package straight from
\textcolor{blue}{GitHub}
and then loading it. For this you will need to have devtools installed. We are
planning to add secuTrialR to CRAN but we are not there yet. If you are working on Windows and would
like to install with devtools you will likely need to install
\textcolor{blue}{Rtools}.
\vspace{5pt}
# install devtools::install_github("CTU-Basel/pkgTemplateR")
# load library(pkgTemplateR) # show pkgTemplateR version packageVersion("pkgTemplateR")
path <- system.file("exdata", "file.txt", package = "pkgTemplateR") print_file_content(file_path = path)
\newpage
sessionInfo()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.