search_twitter | R Documentation |
The search_twitter()
functions search
Twitter using: https://twitter.com/search?q=<query>
search_twitter(query = geterrmessage(), rlang = TRUE)
search_x(query = geterrmessage(), rlang = TRUE)
query |
Contents of string to search. Default is the error message. |
rlang |
Search for results written in R. Default is |
For additional details regarding Twitter's search interface please see: https://help.x.com/en/using-x/x-advanced-search
The generated search URL or an empty string.
Other community sites:
search_bluesky()
,
search_mastodon()
,
search_posit_community()
,
search_stackoverflow()
# Search Twitter
search_twitter("searcher")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.