knitr::opts_chunk$set( collapse = TRUE, warning = FALSE, message = FALSE, echo = FALSE, comment = "#>", fig.path = "../figures/" ) library(wistem) # Or use devtools::load_all('.', quiet = T) if your code is in script files, rather than as functions in the `/R` diretory
Here is a citation [@Marwick2017]
1 + 1
# Note the path that we need to use to access our data files when rendering this document my_data <- read.csv(here::here('analysis', 'data', 'raw_data', 'my_csv_file.csv'))
This report was generated on r Sys.time()
using the following computational environment and dependencies:
# which R packages and versions? devtools::session_info()
The current Git commit details are:
# what commit is this file at? git2r::repository(here::here())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.