Created
August 5, 2020 13:45
-
-
Save Robinlovelace/d9b0e61f0b54177c7fd8691c566565aa to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
title: "Presentation Ninja" | |
subtitle: "⚔<br/>with xaringan" | |
author: "Yihui Xie" | |
institute: "RStudio, PBC" | |
date: "2016/12/12 (updated: `r Sys.Date()`)" | |
output: | |
xaringan::moon_reader: | |
lib_dir: libs | |
nature: | |
highlightStyle: github | |
highlightLines: true | |
countIncrementalSlides: false | |
--- | |
background-image: url(https://upload.wikimedia.org/wikipedia/commons/b/be/Sharingan_triple.svg) | |
```{r setup, include=FALSE} | |
options(htmltools.dir.version = FALSE) | |
``` | |
??? | |
Image credit: [Wikimedia Commons](https://commons.wikimedia.org/wiki/File:Sharingan_triple.svg) | |
--- | |
class: center, middle | |
# Illustration | |
```{r} | |
library(fabricerin) | |
fabricerin::fabric_drawing(cid = "test") | |
``` | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment