powered by
This function accepts a Instagram username and returns their user_id, which is needed for other functions
user_id
ig_get_user_id(username, verbose = FALSE)
character; the username of the Instagram user. Omit the "@" symbol that is typically used when referencing another user
logical; do you want informative messages?
# NOT RUN { ig_get_user_id("justinbieber") # }
Run the code above in your browser using DataLab