tweet_quoted | R Documentation |
Look up tweets quoting that tweet id.
tweet_quoted(
id,
n = 100,
expansions = NULL,
fields = NULL,
...,
token = NULL,
parse = TRUE,
verbose = FALSE
)
id |
At least a tweet id. |
n |
Number of tweets to query. |
expansions |
Set |
fields |
Set |
... |
Other arguments passed to the API. |
token |
This endpoint accepts a OAuth2.0 authentication (can be
created via |
parse |
If |
verbose |
A logical value to provide more information about the paginated queries (if any) and to store the data of each page. |
if (FALSE){
tweet_quoted("1631945769748930561", parse = FALSE)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.