Description Usage Arguments Examples
This function returns the details of a user's profile based on the supplied username (omitting the @ symbol)
| 1 | ig_get_user_profile(username, verbose = FALSE)
 | 
| username | character; the username of the Instagram user. Omit the "@" symbol that is typically used when referencing another user | 
| verbose | logical; do you want informative messages? | 
| 1 2 | # get Jusin Bieber's profile and to see how many followers he has
bieber_follower_cnt <- ig_get_user_profile("justinbieber")$follower_count
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.