get_page_info: Get user page info

Description Usage Arguments Details Value See Also Examples

View source: R/functions.R

Description

Gets the three metrics from a user page

Usage

1
get_page_info(username = NULL)

Arguments

username

A character vector of one or more valid instagram usernames.

Details

If the username is not valid, an empty data.frame is returned

Value

Returns a dataframe with post counts, follower count and following count.

See Also

get_count_post, get_count_follower, get_count_following

Examples

1
2
# get page for username: instagram
pu <- get_page_info("instagram")

royfrancis/iscrape documentation built on Nov. 7, 2021, 8:46 a.m.