ropensci / rAltmetric

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

data.frame output from calling altmetric_data doesn't seem quite right #6

Closed sckott closed 11 years ago

sckott commented 11 years ago

For example, see this screenshot:

Screen Shot 2013-01-10 at 8 42 06 AM

It looks like a bunch of fields that should be character or factor were somehow converted to numeric (e.g., title, doi, etc.).

Here's the link to the code if you want to reproduce what I did

karthik commented 11 years ago

ok, I'll look into it and post an update shortly.

karthik commented 11 years ago

Fixed up issue and sent pull request back to your original repo. Turns it it was as issue with the way the call was applied.