Skip to content

Instantly share code, notes, and snippets.

> install.packages('hashmap')
Installing package into ‘/usr/local/lib/R/site-library’
(as ‘lib’ is unspecified)
trying URL 'https://cloud.r-project.org/src/contrib/hashmap_0.2.2.tar.gz'
Content type 'application/x-gzip' length 157711 bytes (154 KB)
==================================================
downloaded 154 KB
* installing *source* package ‘hashmap’ ...
** package ‘hashmap’ successfully unpacked and MD5 sums checked
@SaintZeno
SaintZeno / positional_adp_merge.R
Created August 24, 2018 06:45
player rankings data creation script
options(stringsAsFactors = FALSE)
library(jsonlite)
library(dplyr)
## params
years_adp <-
c(2018)