Skip to content

Instantly share code, notes, and snippets.

View tlorusso's full-sized avatar

Thomas Lo Russo tlorusso

  • Statistisches Amt, Kanton Zürich
  • Zürich
View GitHub Profile
@andrewheiss
andrewheiss / geom_point_sf.md
Last active July 10, 2022 05:31
geom_point and geom_sf
library(tidyverse)
library(sf)

Generate fake data (tribble() is a cool function, btw)

events <- tribble(
  ~event, ~latitude, ~longitude,