Skip to content

Instantly share code, notes, and snippets.

@wleoncio
Created July 17, 2020 12:33
Show Gist options
  • Save wleoncio/07e5faa258457cf9d09fd519012ade1f to your computer and use it in GitHub Desktop.
Save wleoncio/07e5faa258457cf9d09fd519012ade1f to your computer and use it in GitHub Desktop.
---
title: "Title"
author: Waldir Leoncio
institute: "Oslo Centre for Biostatistics and Epidemiology"
date: "2020-09-11"
output:
xaringan::moon_reader:
nature:
highlightLanguage: r
highlightLines: true
css: [uio, uio-fonts]
---
# Section
## Subsection
.pull-left[
Some words, `pseudoCode()`, and an integral like $\int x dx$.
```{r}
r <- pi
print(round(r ^ 2))
```
]
.pull-right[
```{r}
x <- rnorm(100) #<<
plot(x, main = "Title")
```
]
http://www.uio.no
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment