Rinstapkg (version 0.1.0)

ig_get_user_profile: Get a User's Profile

Description

This function returns the details of a user's profile based on the supplied username (omitting the @ symbol)

Usage

ig_get_user_profile(username, verbose = FALSE)

Arguments

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?

Examples

Run this code
# 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