https://github.com/trinker/testing_rmd
https://github.com/trinker/testing_rmd
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/trinker/testing_rmd
- Owner: trinker
- Created: 2015-05-02T00:51:53.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-02T00:55:27.000Z (about 11 years ago)
- Last Synced: 2025-02-14T12:41:04.105Z (over 1 year ago)
- Language: R
- Size: 418 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
Awesome Lists containing this project
README
---
title: "testing_Rmd"
date: "`r format(Sys.time(), '%d %B, %Y')`"
output:
html_document:
toc: true
theme: journal
number_sections: true
pdf_document:
toc: true
number_sections: true
md_document:
toc: true
---
# Section 1
Stuff
# Section 2
More Stuff
## Random Stuff A
1 + 2
## Random Stuff B
```{r}
1 + 2
```
# Conclusion