knitr::opts_chunk$set(echo = TRUE)
# Loading R packages library(here) # Loading the data file <- paste0(here(), "/data/cleaned/YOURDATA.RData") load(file) rm(file)
This file was created on r date()
with r R.Version()$version.string
.
sessionInfo()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.