Skip to content

Instantly share code, notes, and snippets.

@sckott
Created November 1, 2012 16:57
Show Gist options
  • Save sckott/3995021 to your computer and use it in GitHub Desktop.
Save sckott/3995021 to your computer and use it in GitHub Desktop.
Plos ALM API v3 example
install.packages("devtools")
require(devtools)
install_github("rplos", "rOpenSci", "almv3")
require(rplos)
out <- almplosallviews(doi='10.1371/journal.pmed.0050201', info='detail')
almplotallviews(out, type="totalmetrics")
almplotallviews(out, type="history")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment