knitr::opts_chunk$set(echo = TRUE)

Started on r format(Sys.time(), "%Y-%m-%d %H:%M:%S")

for (i in 1:length(pngs)){
  cat("  \n###",  names(files)[i], " \n")
  cat("![](", pngs[i],")")
  cat("  \n")
}


uzh/ezRun documentation built on May 4, 2024, 3:23 p.m.