Skip to content

Instantly share code, notes, and snippets.

View AnnieLima's full-sized avatar
🎯
Focusing

Annie de Lima AnnieLima

🎯
Focusing
View GitHub Profile
# somewhat hackish solution to:
# https://twitter.com/EamonCaddigan/status/646759751242620928
# based mostly on copy/pasting from ggplot2 geom_violin source:
# https://github.com/hadley/ggplot2/blob/master/R/geom-violin.r
library(ggplot2)
library(dplyr)
"%||%" <- function(a, b) {
@AnnieLima
AnnieLima / quiz1.md
Created October 4, 2020 20:06 — forked from mGalarnyk/quiz1.md
R Programming Quiz 1 (Week 1) John Hopkins Data Science Specialization Coursera for the github repo https://github.com/mGalarnyk/datasciencecoursera

R Programming Quiz 1 (JHU) Coursera

github repo for rest of specialization: Data Science Coursera

Question 1

R was developed by statisticians working at...

Answer

The University of Auckland