Skip to content

Instantly share code, notes, and snippets.

@nikopartanen
Created October 15, 2020 13:17
Show Gist options
  • Save nikopartanen/c783191e552f860278753b593eea18a1 to your computer and use it in GitHub Desktop.
Save nikopartanen/c783191e552f860278753b593eea18a1 to your computer and use it in GitHub Desktop.
library(tidyverse)
library(lingtypology)
kpv <- read_csv("https://raw.githubusercontent.com/langdoc/kpv-geography/master/kpv.csv")
map.feature(languages = kpv$language,
features = kpv$dialect,
label = kpv$settlement,
latitude = kpv$latitude,
longitude = kpv$longitude)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment