Skip to content

Commit 4d25d0e

Browse files
committed
Reorganize file structure
1 parent b788073 commit 4d25d0e

18 files changed

+3988
-3578
lines changed

README.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# rstudio-global-2021-calendar
1+
# Scrape-Your-Own rstudio::global(2021) calendar
22
Materials to create a calendar file by scraping the [rstudio::global(2021) schedule](https://global.rstudio.com/student/all_events) online
33

44
**Please feel free to improve and reshare!**
@@ -12,8 +12,8 @@ Big thanks to...
1212
![RStudio Global Logo](rstudio-global-2021.jpg)
1313

1414
## Calendar files available for all events:
15-
### EST: [all_events_EST.ics](all_events_EST.ics)
16-
### GMT-3: [all_events_GMT-3.ics](all_events_GMT-3.ics)
15+
### EST: [all_events_EST.ics](calendar-files-ics/all_events_EST.ics)
16+
### GMT-3: [all_events_GMT-3.ics](calendar-files-ics/all_events_GMT-3.ics)
1717

1818
---
1919

@@ -27,9 +27,9 @@ x CCTZ: Unrecognized timezone: "America/New_York"
2727
Run `rlang::last_error()` to see where the error occurred.
2828
```
2929

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)
3131

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)
3333

3434
### Packages used
3535

@@ -39,6 +39,7 @@ install.packages("lubridate")
3939
install.packages("rvest")
4040
install.packages("robotstxt")
4141
install.packages("calendar")
42+
install.packages("here")
4243
```
4344

4445
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
4748

4849
### If you don't want to scrape the data, you can:
4950

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)
5152

5253
2. Use Garrick Aden-Buie's Shiny app: https://garrick-rstudio.shinyapps.io/rstudio-global-2021/
5354
<br>Source code for the app provided here: [gadenbuie/rstudio-global-2021-calendar](https://github.com/gadenbuie/rstudio-global-2021-calendar)
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)