Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save blongworth/8434bb5bd7b47a306781d591ff47e31e to your computer and use it in GitHub Desktop.
Save blongworth/8434bb5bd7b47a306781d591ff47e31e to your computer and use it in GitHub Desktop.
redics data
#!/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