ig_get_user_profile: Get a User's Profile

Description Usage Arguments Examples

Description

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

Usage

1
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

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

eric88tchong/Rinstapkg documentation built on June 12, 2019, 1:06 p.m.