R/globals.R

globalVariables(
  unique(c(
    "bot_retweet", "status_id", "created_at", "retweet_order",
    # top_tweets()
    "created_at", "current_month", "retweet_count", "screen_name",
    "status_id", "name_tweet", "date", "n", "is_retweet", "tweet_url",
    "contributors", "retweet_quote_count", "quote_count",
    # filter_month
    "all_tweets",
    # get_and_store
    "entities", "hashtags_nb", "hashtags_stop", "hashtags"
  ))
)
statnmap/tweetrbot documentation built on Oct. 22, 2022, 6:25 p.m.