All Projects → spcanelon → rstudio-global-2021-calendar

spcanelon / rstudio-global-2021-calendar

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

Programming Languages

HTML
75241 projects
r
7636 projects

Projects that are alternatives of or similar to rstudio-global-2021-calendar

R Course
Una introduccion al analisis de datos con R y R Studio
Stars: ✭ 93 (+564.29%)
Mutual labels:  rstudio
Todor
TODOr - RStudio add-in for finding TODO, FIXME, CHANGED etc. comments in your code.
Stars: ✭ 149 (+964.29%)
Mutual labels:  rstudio
Postcards
💌 Create simple, beautiful personal websites and landing pages using only R Markdown.
Stars: ✭ 208 (+1385.71%)
Mutual labels:  rstudio
Shinyapps links
A collection of Shiny applications (links shared on Twitter)
Stars: ✭ 109 (+678.57%)
Mutual labels:  rstudio
Rtutor
Creating interactive R Problem Sets. Automatic hints and solution checks. (Shiny or RStudio)
Stars: ✭ 141 (+907.14%)
Mutual labels:  rstudio
Sendcode
Send code and text to macOS and Linux Terminals, iTerm, ConEmu, Cmder, Tmux, Terminus; R (RStudio), Julia, IPython.
Stars: ✭ 166 (+1085.71%)
Mutual labels:  rstudio
Trackmd
Tools for tracking changes in Markdown format within RStudio
Stars: ✭ 89 (+535.71%)
Mutual labels:  rstudio
R-advantages-over-python
This repository enumerates all the reasons why R is better than python for DS
Stars: ✭ 59 (+321.43%)
Mutual labels:  rstudio
Rcade
Games to procrastinate with RStudio
Stars: ✭ 146 (+942.86%)
Mutual labels:  rstudio
Shinystudio
A fully Dockerized, self-hosted development environment for teams. Develop where you serve.
Stars: ✭ 204 (+1357.14%)
Mutual labels:  rstudio
Rbert
Implementation of BERT in R
Stars: ✭ 114 (+714.29%)
Mutual labels:  rstudio
Rstudiothemes
A curated list of RStudio themes found on Github
Stars: ✭ 134 (+857.14%)
Mutual labels:  rstudio
Bookdownplus
The easiest way to use R package bookdown for writing varied types of books and documents
Stars: ✭ 198 (+1314.29%)
Mutual labels:  rstudio
Blogdown
Create Blogs and Websites with R Markdown
Stars: ✭ 1,327 (+9378.57%)
Mutual labels:  rstudio
Installations mac ubuntu windows
Installations for Data Science. Anaconda, RStudio, Spark, TensorFlow, AWS (Amazon Web Services).
Stars: ✭ 231 (+1550%)
Mutual labels:  rstudio
Big Data
🔧 Use dplyr to analyze Big Data 🐘
Stars: ✭ 93 (+564.29%)
Mutual labels:  rstudio
Tidyheatmap
Draw heatmap simply using a tidy data frame
Stars: ✭ 151 (+978.57%)
Mutual labels:  rstudio
reportmd
Create multi-page HTML reports in R
Stars: ✭ 23 (+64.29%)
Mutual labels:  rstudio
Hex Stickers
RStudio hex stickers
Stars: ✭ 249 (+1678.57%)
Mutual labels:  rstudio
Mojave Dark Rstudio Theme
A Total-IDE Dark RStudio Theme inspired by Apple's dark aestheticcc.
Stars: ✭ 198 (+1314.29%)
Mutual labels:  rstudio

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:

EST: all_events_EST.ics

GMT-3: all_events_GMT-3.ics


R script: rstudio-global-2021-schedule.R

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.

R Markdown file: rstudio-global-2021-calendar.Rmd

R Notebook: rstudio-global-2021-calendar.nb.html

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].