Skip to content

Instantly share code, notes, and snippets.

@Mbrownshoes
Last active April 19, 2018 20:12
Show Gist options
  • Save Mbrownshoes/e6fd5e60c1a06a14607e7c8cecae680f to your computer and use it in GitHub Desktop.
Save Mbrownshoes/e6fd5e60c1a06a14607e7c8cecae680f to your computer and use it in GitHub Desktop.
library(httr)
x<-GET("https://reports.bcogc.ca/ogc/f?p=200:21:12886899613740:CSV::::", set_cookies("ORA_WWV_APP_200" = "ORA_WWVx-xxxxxxxxx"))
dat<-content(x, as='parsed')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment