mirror of
https://github.com/FlipsideCrypto/RMarkdown-template.git
synced 2026-02-06 10:56:44 +00:00
17 lines
268 B
Plaintext
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 |