Created
June 9, 2020 21:04
-
-
Save blongworth/8434bb5bd7b47a306781d591ff47e31e to your computer and use it in GitHub Desktop.
redics data
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env r | |
# Script to get REDICS data for Kalina | |
library(amstools) | |
library(tidyverse) | |
con <- conNOSAMS() | |
data <- getRecSR(c(148044, 148045, 148043, 144633, 159579)) | |
write_csv(data, "REDICS_stds.csv") | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment