Skip to content

perluna/rstudio-global-2021-calendar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.package("tidyverse")
install.package("lubridate")
install.package("rvest")
install.package("robotstxt")
install.package("calendar")

If you don't want to scrape the data, you can build a calendar using a (corrected) CSV shared by Hadley: schedule-from-organizers-fixed.csv

  • Corrected/fixed means it corrects 2020 in the dates to 2021

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 99.7%
  • R 0.3%