Skip to content

spcanelon/rstudio-global-2021-calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d1d2fce · Jan 21, 2021

History

43 Commits
Jan 21, 2021
Jan 21, 2021
Jan 21, 2021
Jan 18, 2021
Jan 21, 2021
Jan 21, 2021
Jan 21, 2021
Jan 18, 2021
Jan 21, 2021
Jan 18, 2021

Repository files navigation

Scrape-Your-Own rstudio::global(2021) calendar

Materials to create a calendar file by scraping the rstudio::global(2021) schedule online

Please feel free to improve and reshare!

Big thanks to...

RStudio Global Logo

Calendar files available for all events:


If you encounter an error like the one below, see this fix in lubridate issue #928

Error: Problem with `mutate()` input `start_datetime`.
x CCTZ: Unrecognized timezone: "America/New_York"
ℹ Input `start_datetime` is `lubridate::force_tzs(start_datetime, "EST", tzone_out = timezone)`.
Run `rlang::last_error()` to see where the error occurred.

Packages used

install.packages("tidyverse")
install.packages("lubridate")
install.packages("rvest")
install.packages("robotstxt")
install.packages("calendar")
install.packages("here")

Code utilized in these materials was informed by an R-Ladies Tunis workshop on web scraping led by Riva Quiroga and Mohamed El Fodil Ihaddaden


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

  1. Build a calendar using a CSV shared by RStudio: data/schedule-from-organizers.csv

  2. Use Garrick Aden-Buie's Shiny app: https://garrick-rstudio.shinyapps.io/rstudio-global-2021/
    Source code for the app provided here: gadenbuie/rstudio-global-2021-calendar