Created
November 1, 2012 16:57
-
-
Save sckott/3995021 to your computer and use it in GitHub Desktop.
Plos ALM API v3 example
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
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