get_tweet_ids_meta: Get tweet IDs meta data from tweet IDs JSON file

Description Usage Arguments Value

View source: R/screen_scrape_tweets.R

Description

Returns number of IDs collected per account and date range window

Usage

1
2
get_tweet_ids_meta(file, .uid.pattern = "^tw_user_(\\d+)_.+",
  .daterange.pattern = "^[[:alnum:]_]+_tweet_ids_([[:alnum:]_-]+)\\.json$")

Arguments

file

Path to the tweets IDs JSON file

.uid.pattern

PERL compatible regular expression used to parse numeric user ID from file basename

.daterange.pattern

PERL compatible regular expression used to parse date range from file basename

Value

a tibble data frame with columns


haukelicht/twscrape documentation built on Jan. 29, 2020, 3:23 p.m.