Skip to content

Instantly share code, notes, and snippets.

# required libraries
library(XML)
library(uuid)
library(stringr)
library(plyr)
library(reshape2)
library(ggplot2)
library(doParallel)
doParallel::registerDoParallel(cores = 4)
library(maps)