RMarkdown-template/template.Rmd
Carlos R. Mercado 25dc119257 Initial commit
2022-12-23 11:48:37 -05:00

17 lines
268 B
Plaintext

---
title: " Title "
author: " Author "
date: "`r Sys.Date()`"
output:
html_document:
css: "styles.css"
includes:
in_header: header.html
code_folding: hide
toc: true
toc_float: true
editor_options:
chunk_output_type: console
---
# Intro