Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Instagram-R: $ operator is invalid for atomic vectors #6

Open
dhimanaddress opened this issue Aug 28, 2016 · 1 comment
Open

Instagram-R: $ operator is invalid for atomic vectors #6

dhimanaddress opened this issue Aug 28, 2016 · 1 comment

Comments

@dhimanaddress
Copy link

I get the following error after running "instagram-r" code:

Error in media$data[[i]]$comments : 
   $ operator is invalid for atomic vectors

Can you please provide a quick help?

@dhimanaddress dhimanaddress changed the title $ operator is invalid for atomic vectors Instagram-R: $ operator is invalid for atomic vectors Aug 28, 2016
@jhermes-SSW
Copy link

need to use double brackets again. media$data[[i]]$comments[["count]]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants