get_count_following: Get following count from a user page

Description Usage Arguments Details Value Examples

View source: R/functions.R

Description

Parses a text userpage and extracts following 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 following count or NA.

Examples

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

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