get_count_hashtag: Get hashtag count from a hashtagpage

Description Usage Arguments Details Value Examples

View source: R/functions.R

Description

Parses a text hashtagpage and extracts hashtag count

Usage

1
get_count_hashtag(hashtagpage = NULL)

Arguments

hashtagpage

A hashtagpage. An output from get_page_hashtag.

Details

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

Value

Returns a numeric follower count or NA.

Examples

1
2
ph <- get_page_hashtag("instagram")
ch <- get_count_hashtag(ph)

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