Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

Commit

Permalink
Forgot to return values from function. Closes issue #11
Browse files Browse the repository at this point in the history
  • Loading branch information
karthik committed Nov 27, 2012
1 parent 84d5b77 commit ede56f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/user_tag_stats.r
Expand Up @@ -19,4 +19,5 @@ if (!is(mc, "MendeleyCredentials"))
tag_stats <- OAuthRequest(mc, "http://api.mendeley.com/oapi/library/tags/",
, "GET")
tag_stats <- fromJSON(tag_stats)
return(tag_stats)
}

0 comments on commit ede56f1

Please sign in to comment.