-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgame-notes.Rmd
71 lines (66 loc) · 1.58 KB
/
game-notes.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
---
title: 任天堂 Switch 马里奥 奥德赛 通关笔记
author: 李家翔
date: "`r Sys.Date()`"
output:
bookdown::gitbook:
split_by: none
split_bib: TRUE
df_print: paged
---
```{r echo = FALSE, message = FALSE, warning = FALSE}
knitr::opts_chunk$set(
echo = FALSE,
message = FALSE,
warning = FALSE
)
source(here::here("R/load.R"))
```
```{r}
gitlink::ribbon_css("https://github.com/JiaxiangBU/nintendo_switch_mario", position = "right")
```
```{r eval=FALSE, include=FALSE}
fs::dir_info("analysis", regexp = "\\.Rmd$") %>%
transmute(
text = glue("```{r,child='<<path>>'}
```", .open = "<<", .close = ">>")
) %>%
.$text %>%
collapse("\n")
```
```{r,child='analysis/00-intro.Rmd'}
```
```{r,child='analysis/01-cap-kingdom.Rmd'}
```
```{r,child='analysis/02-cascade-kingdom.Rmd'}
```
```{r,child='analysis/03-sand-kingdom.Rmd'}
```
```{r,child='analysis/04-lake-kingdom.Rmd'}
```
```{r,child='analysis/05-wooded-kingdom.Rmd'}
```
```{r,child='analysis/06-00-cloud-kingdom.Rmd'}
```
```{r,child='analysis/06-01-ruined-lingdom.Rmd'}
```
```{r,child='analysis/07-metro-kingdom.Rmd'}
```
```{r,child='analysis/08-snow-kingdom.Rmd'}
```
```{r,child='analysis/09-seaside-kingdom.Rmd'}
```
```{r,child='analysis/10-luncheon-kingdom.Rmd'}
```
```{r,child='analysis/11-taken-away-kingdom.Rmd'}
```
```{r,child='analysis/12-bowser-kingdom.Rmd'}
```
```{r,child='analysis/12-mushroom-kingdom.Rmd'}
```
```{r,child='analysis/13-moon-kingdom.Rmd'}
```
```{r,child='analysis/behavior-portfolio.Rmd'}
```
```{r,child='analysis/map.Rmd'}
```