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 -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -