rtweet (version 0.6.9)

suggested_users_all: Get all user [account] suggestions for authenticating user

Description

Returns users data for all users in Twitter's suggested categories.

Usage

suggested_users_all(slugs = NULL, parse = TRUE, token = NULL)

Arguments

slugs

Optional, one or more slugs returned by suggested_slugs. API rate limits this to 15 max (function will return warnings for slugs provided beyond the remaining limit).

parse

Logical indicating whether to parse the returned data into a tibble data frame. See details for more on the returned users data.

token

Every user should have their own Oauth (Twitter API) token. By default token = NULL this function looks for the path to a saved Twitter token via environment variables (which is what `create_token()` sets up by default during initial token creation). For instruction on how to create a Twitter token see the tokens vignette, i.e., `vignettes("auth", "rtweet")` or see ?tokens.