parser
parser(x, n = NULL, return_tweets = TRUE, return_users = TRUE,
clean_tweets = FALSE, as_double = FALSE)
nested list of API data returned from fromJSON
desired number to return
logical indicating whether to return tweets data object.
logical indicating whether to return users data object.
logical indicating whether to remove non-ASCII characters in text of tweets. defaults to FALSE.
logical indicating whether to handle ID variables as double (numeric) class. By default, this is set to FALSE, meaning ID variables are treated as character vectors. Setting this to TRUE can provide performance (speed and memory) boost but can also lead to issues when printing and saving, depending on the format.