r - RKlout package is not working -


i'm trying use rklout package in r studio , followed suggested example.

apikey <- " ... "  ## api key received klout developer portal twuser <- "amazon" ## twitter handle  kloutscore <- rklout(apikey,twuser) kloutscore 

however, when run syntax tells me:

> kloutscore [1] "please provide valid api key , twitter username/handle" 

i using kloutid retrieved klout api website api key. doing incorrectly?


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -