A package to gather data from RMIS. Downloads CWT release and recovery data from backup files on ftp server. Uses parallel processing to download and combine backup .zip files. This package is a workaround for lack of an API to database server backend.
devtools::install_github("Ben-Cox/rRMIS")
library(rRMIS)
d <- get_release_data(first_by=2016, last_by=2016)
d