get_count_follower: Get follower count from a user page

Description Usage Arguments Details Value Examples

View source: R/functions.R

Description

Parses a text userpage and extracts follower count

Usage

1

Arguments

userpage

A user page. An output from get_page_user.

Details

If the parsing fails, NA is returned with a warning.

Value

Returns an integer follower count or NA.

Examples

1
2
pu <- get_page_user("instagram")
cf <- get_count_follower(pu)

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