Error in content$data[[1]]$id : $ operator is invalid for atomic vectors
cambates opened this issue · 1 comments
cambates commented
I'm getting the error above when I attempt to run getFollowers (or any other instaR function).
My sessioninfo(), in case relevant:
R version 3.3.1 (2016-06-21)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows >= 8 x64 (build 9200)
locale:
[1] LC_COLLATE=English_United States.1252 LC_CTYPE=English_United States.1252 LC_MONETARY=English_United States.1252 LC_NUMERIC=C
[5] LC_TIME=English_United States.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] instaR_0.2.4 jsonlite_1.1 httr_1.2.1
loaded via a namespace (and not attached):
[1] R6_2.1.3 tools_3.3.1 curl_1.2 Rcpp_0.12.7 httpuv_1.3.3
Thanks!
Cam