get_page_user: Get user page

Description Usage Arguments Details Value See Also Examples

View source: R/functions.R

Description

Gets the user page

Usage

1
get_page_user(username = NULL)

Arguments

username

A character denoting a valid instagram username.

Details

If the username is not valid, it does not return a webpage, NA is returned with a warning.

Value

Returns an httr webpage object text or NA.

See Also

get_count_post, get_count_follower, get_count_following

Examples

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

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