View source: R/user_by_username.R
user_by_username | R Documentation |
Looks up users by their username.
user_by_username(
username,
expansions = NULL,
fields = NULL,
...,
token = NULL,
parse = TRUE,
verbose = FALSE
)
username |
A user name string or up to 100. |
expansions |
Set |
fields |
Set |
... |
Other arguments passed to the API. |
token |
These endpoints only accept a bearer token (can be created via
|
parse |
If |
verbose |
A logical value to provide more information about paginated queries. |
https://developer.twitter.com/en/docs/twitter-api/users/lookup/api-reference/get-users-by-username-username https://developer.twitter.com/en/docs/twitter-api/users/lookup/api-reference/get-users-by
user_search()
if (FALSE) {
user_by_username("rOpenSci")
user_by_username(c("Bioconductor", "R_Contributors"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.