-
Notifications
You must be signed in to change notification settings - Fork 4
/
slipsheet_slide.Rmd
55 lines (46 loc) · 1.43 KB
/
slipsheet_slide.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
---
title: "R in Sports"
subtitle: "올림픽 우승팀 예측"
author: "저자: 알사랑"
institute: "R 사용자회"
date: "2021-11-19"
output:
xaringan::moon_reader:
css:
- [default]
- css/rconf_slipsheet.css
- css/rconf-fonts.css
lib_dir: libs
seal: false
nature:
highlightStyle: googlecode
highlightLines: true
highlightLanguage: ["r"]
countIncrementalSlides: false
ratio: "4:3"
editor_options:
chunk_output_type: console
---
```{r setup, include = FALSE}
library(tidyverse)
options(
htmltools.dir.version = FALSE,
htmltools.preserve.raw = FALSE,
tibble.width = 60, tibble.print_min = 6,
crayon.enabled = TRUE
)
knitr::opts_chunk$set(echo = FALSE, message=FALSE, warning=FALSE,
comment="", digits = 3, tidy = FALSE, prompt = FALSE, fig.align = 'center',
fig.width = 7.252,
fig.height = 4,
dpi = 300)
# uncomment the following lines if you want to use the NHS-R theme colours by default
# scale_fill_continuous <- partial(scale_fill_nhs, discrete = FALSE)
# scale_fill_discrete <- partial(scale_fill_nhs, discrete = TRUE)
# scale_colour_continuous <- partial(scale_colour_nhs, discrete = FALSE)
# scale_colour_discrete <- partial(scale_colour_nhs, discrete = TRUE)
```
name: rconf-slipsheet
class: right, top
background-image: url("fig/slipsheet-image.jpg")
background-size: contain