Skip to content

Instantly share code, notes, and snippets.

View cmguiob's full-sized avatar
:octocat:
One git commit each day, starting soon!

Carlos Guío cmguiob

:octocat:
One git commit each day, starting soon!
View GitHub Profile
@cmguiob
cmguiob / Workflow.Rmd
Last active August 9, 2021 02:37
My workflow for rendering and saving automated reports.
---
title: "Title"
subtitle: "Subtitle"
author: "Carlos Guio"
date: "`r Sys.Date()`"
knit: (function(inputFile, encoding) {
out_dir <- 'Subfolder_for_report';
rmarkdown::render(input = inputFile,
encoding = encoding,
output_file = file.path(