ropensci / rAltmetric

Query and visualize metrics from altmetric.com
https://docs.ropensci.org/rAltmetric
Other
48 stars 18 forks source link

A DOI like 'this/is/notadoi' returns a score of 12.35 #29

Open zambujo opened 3 years ago

zambujo commented 3 years ago

Example:

library("rAltmetric")
result <- altmetrics(doi = "this/is/notadoi")
(result$title)
#> [1] "Using Qualitative Methods to Create a Home Health Web Application User Interface for Patients with Low Computer Proficiency"
(result$score)
#> [1] 12.35