powered by
This function returns the details of a user's profile based on the supplied username (omitting the @ symbol)
ig_get_user_profile(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 { # get Jusin Bieber's profile and to see how many followers he has bieber_follower_cnt <- ig_get_user_profile("justinbieber")$follower_count # }
Run the code above in your browser using DataLab