Skip to content

Instantly share code, notes, and snippets.

View stephhazlitt's full-sized avatar

Stephanie Hazlitt stephhazlitt

View GitHub Profile
library(rgdal)
#> Loading required package: sp
#> rgdal: version: 1.4-3, (SVN revision 828)
#>  Geospatial Data Abstraction Library extensions to R successfully loaded
#>  Loaded GDAL runtime: GDAL 2.1.3, released 2017/20/01
#>  Path to GDAL shared files: /Users/ateucher/Rlibrary/rgdal/gdal
#>  GDAL binary built with GEOS: FALSE 
#>  Loaded PROJ.4 runtime: Rel. 4.9.3, 15 August 2016, [PJ_VERSION: 493]
#>  Path to PROJ.4 shared files: /Users/ateucher/Rlibrary/rgdal/proj
@ateucher
ateucher / cake.R
Last active January 18, 2019 21:43
library(datasauRus)
library(ggplot2)
library(ggrepel)
library(viridisLite)
is_equal <- function(x, y, ...) {
vapply(x, function(i) identical(all.equal(i, y, ...), TRUE), FUN.VALUE = logical(1))
}
up <- 12