+ - 0:00:00
Notes for current slide
Notes for next slide

Data Wrangling with R!


R Ladies - Colombo

April 22, 2021

1 / 12

R-Ladies

R-Ladies is a world-wide organization to promote gender diversity in the R community.

2 / 12
3 / 12

R-Ladies Global, San Francisco, CA

https://rladies.org/

@RLadies

R-Ladies Colombo

https://rladiescolombo.netlify.app/

@RLadiesColombo

colombo@rladies.org

4 / 12

Code of conduct

R-Ladies is dedicated to providing a harassment-free experience for EVERYONE.

To ensure a safe, enjoyable, and friendly experience for everyone who participates, we follow the R-Ladies International Code of Conduct.

This code of conduct applies to all R-Ladies spaces, including meetups, Twitter, Slack, mailing lists, both online and offline.

5 / 12
6 / 12

Number of R packages submitted to CRAN

library(rvest)
library(xml2)
pkgs <- read_html("https://cran.r-project.org/web/packages/available_packages_by_name.html")
mylines <- pkgs %>%
html_nodes("tr") %>%
xml_text()
nb_pkgs <- length(which(sapply(mylines, nchar)>5))
print(paste("There are", nb_pkgs, "packages available in CRAN as of", Sys.Date()))
[1] "There are 17463 packages available in CRAN as of 2021-04-22"
7 / 12

Top 20 downloaded R packages (from 22/3/ 2021 to 21/4/2021)

8 / 12

Top 20 downloaded R packages (from 22/3/ 2021 to 21/4/2021)

9 / 12

10 / 12

Upcoming meetups

Grammar of Experimental Design

Tidy Tools for Forecasting

Web Scraping

R Tips

11 / 12

Thank you

@RLadiesColombo

12 / 12

R-Ladies

R-Ladies is a world-wide organization to promote gender diversity in the R community.

2 / 12
Paused

Help

Keyboard shortcuts

, , Pg Up, k Go to previous slide
, , Pg Dn, Space, j Go to next slide
Home Go to first slide
End Go to last slide
Number + Return Go to specific slide
b / m / f Toggle blackout / mirrored / fullscreen mode
c Clone slideshow
p Toggle presenter mode
t Restart the presentation timer
?, h Toggle this help
Esc Back to slideshow