Skip to content

Commit eab3215

Browse files
committed
Update R notebook file
1 parent 4d25d0e commit eab3215

File tree

2 files changed

+248
-162
lines changed

2 files changed

+248
-162
lines changed

rstudio-global-2021-calendar.Rmd

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
---
2-
title: "rstudio::global(2021) Schedule"
3-
subtitle: "Events"
4-
author: Silvia Canelón, Natalia Morandeira, Pao Corrales
2+
title: "Scrape-Your-Own Calendar"
3+
subtitle: "[rstudio::global(2021) online schedule](https://global.rstudio.com/student/all_events)"
4+
author: Silvia Canelón, Natalia Morandeira & Pao Corrales
55
output:
66
html_notebook:
77
theme: flatly
88
toc: true
99
toc_float: true
10+
highlight: pygments
1011
code_download: true
1112
---
1213

1314
# Setup
1415

15-
```{r}
16+
```{r, warning=FALSE}
1617
# loading libraries --
1718
library(tidyverse)
1819
library(rvest)
@@ -207,7 +208,7 @@ calendar::ic_write(events_all,
207208

208209
# Saving as an R script
209210

210-
```{r}
211+
```{r, warning=FALSE}
211212
knitr::purl("rstudio-global-2021-calendar.Rmd")
212213
```
213214

0 commit comments

Comments
 (0)