You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -27,9 +27,9 @@ x CCTZ: Unrecognized timezone: "America/New_York"
27
27
Run `rlang::last_error()` to see where the error occurred.
28
28
```
29
29
30
-
## R Markdown file: [rstudio-global-2021-schedule.Rmd](rstudio-global-2021-schedule.Rmd)
30
+
## R Markdown file: [rstudio-global-2021-calendar.Rmd](rstudio-global-2021-schedule.Rmd)
31
31
32
-
## R Notebook: [rstudio-global-2021-schedule.nb.html](https://spcanelon.github.io/rstudio-global-2021-calendar/rstudio-global-2021-schedule.nb.html)
32
+
## R Notebook: [rstudio-global-2021-calendar.nb.html](https://spcanelon.github.io/rstudio-global-2021-calendar/rstudio-global-2021-calendar.nb.html)
33
33
34
34
### Packages used
35
35
@@ -39,6 +39,7 @@ install.packages("lubridate")
39
39
install.packages("rvest")
40
40
install.packages("robotstxt")
41
41
install.packages("calendar")
42
+
install.packages("here")
42
43
```
43
44
44
45
Code utilized in these materials was informed by an [R-Ladies Tunis workshop on web scraping](https://twitter.com/spcanelon/status/1351346112024752129?s=20) led by Riva Quiroga and Mohamed El Fodil Ihaddaden
@@ -47,7 +48,7 @@ Code utilized in these materials was informed by an [R-Ladies Tunis workshop on
47
48
48
49
### If you don't want to scrape the data, you can:
49
50
50
-
1. Build a calendar using a [CSV shared by RStudio](https://twitter.com/hadleywickham/status/1351298997483425792?s=20): [rstd.io/global-2021-schedule](https://t.co/X6YxtHAWT5?amp=1)
51
+
1. Build a calendar using a [CSV shared by RStudio](https://twitter.com/hadleywickham/status/1351298997483425792?s=20): [data/schedule-from-organizers.csv](data/schedule-from-organizers.csv)
51
52
52
53
2. Use Garrick Aden-Buie's Shiny app: https://garrick-rstudio.shinyapps.io/rstudio-global-2021/
53
54
<br>Source code for the app provided here: [gadenbuie/rstudio-global-2021-calendar](https://github.com/gadenbuie/rstudio-global-2021-calendar)
0 commit comments