Publications by R on Amit Levinson

R vs Python — Live Stream Analysis

01.06.2022

A few months ago Tal Mizrachi (The famous Analysis Paralysis) & I live streamed an R vs Python data analysis session (in Hebrew). We took the dogs of Zurich dataset, formatted it a bit, added a random DOB column and wrote down a few questions we answered during the live stream, each with his own tool. Besides it being a great experience collabora...

5319 sym R (6743 sym/13 pcs) 4 img 5 tbl

Mapping bomb shelters in Be’er-Sheva, IL

13.01.2020

Update from March 21, 2020 I’ve been wanting to return to this post and make this map more interactive. As a matter of fact it was easier than I thought, I just never got around to doing it. I won’t be going through the code for the leaflet map below but will leave it for whoever would like to review it: library(leaflet) library(magrittr) rea...

4720 sym R (2347 sym/9 pcs) 6 img

Mapping bomb shelters in Be’er-Sheva, IL

13.01.2020

Update from March 21, 2020 I’ve been wanting to return to this post and make this map more interactive. As a matter of fact it was easier than I thought, I just never got around to doing it. I won’t be going through the code for the leaflet map below but will leave it for whoever would like to review it: library(leaflet) library(magrittr) rea...

4720 sym R (2347 sym/9 pcs) 6 img

Mapping bomb shelters in Be’er-Sheva, IL

13.01.2020

Update from March 21, 2020 I’ve been wanting to return to this post and make this map more interactive. As a matter of fact it was easier than I thought, I just never got around to doing it. I won’t be going through the code for the leaflet map below but will leave it for whoever would like to review it: library(leaflet) library(magrittr) rea...

4720 sym R (2347 sym/9 pcs) 6 img

Visualizing Eliud Kichoge’s new marathon record

06.02.2020

Figure 1: Eliud Kipchoge breaks the two-hour marathon barrier. Photo from the ‘New York Times’. Leonhard Foeger/Reuters Table of Contents Background Retrieving data from wikipedia Warngling the Data Plot ggimage Plot Aesthetics Final annotation Appendix Background On saturday October 12, 2019, Eliud Kipchoge broke (unofficially) the two...

11110 sym R (4598 sym/18 pcs) 10 img

Visualizing Eliud Kichoge’s new marathon record

06.02.2020

Figure 1: Eliud Kipchoge breaks the two-hour marathon barrier. Photo from the ‘New York Times’. Leonhard Foeger/Reuters Table of Contents Background Retrieving data from wikipedia Warngling the Data Plot ggimage Plot Aesthetics Final annotation Appendix Background On saturday October 12, 2019, Eliud Kipchoge broke (unofficially) the two...

11110 sym R (4598 sym/18 pcs) 10 img

Visualizing Eliud Kichoge’s new marathon record

06.02.2020

Figure 1: Eliud Kipchoge breaks the two-hour marathon barrier. Photo from the ‘New York Times’. Leonhard Foeger/Reuters Table of Contents Background Retrieving data from wikipedia Warngling the Data Plot ggimage Plot Aesthetics Final annotation Appendix Background On saturday October 12, 2019, Eliud Kipchoge broke (unofficially) the two...

11110 sym R (4598 sym/18 pcs) 10 img

Making updating exam grades easy with R

14.02.2020

TL;DR Instead of each time searching for an id in the xlsx template the university provides we make our own xlsx and merge between the two. I then run through two options of either saving the new data frame as an .xlsx using the {xlsx} package, and I show another option where I extract the new column I need using write_clip from the {clipr} packa...

4208 sym R (504 sym/4 pcs) 4 img 2 tbl

Making updating exam grades easy with R

14.02.2020

TL;DR Instead of each time searching for an id in the xlsx template the university provides we make our own xlsx and merge between the two. I then run through two options of either saving the new data frame as an .xlsx using the {xlsx} package, and I show another option where I extract the new column I need using write_clip from the {clipr} packa...

4208 sym R (504 sym/4 pcs) 4 img 2 tbl

Making updating exam grades easy with R

14.02.2020

TL;DR Instead of each time searching for an id in the xlsx template the university provides we make our own xlsx and merge between the two. I then run through two options of either saving the new data frame as an .xlsx using the {xlsx} package, and I show another option where I extract the new column I need using write_clip from the {clipr} packa...

4208 sym R (504 sym/4 pcs) 4 img 2 tbl