Description Usage Arguments Value Author(s) See Also
View source: R/supp_get.expansions.R
Returns a customized set of expansions for a Twitter payload.
1 | supp_get.expansions(payload, expansions)
|
payload |
string {"tweet" or "user"}. Type of Twitter payload. |
expansions |
vector of strings (e.g. "expansion_{1}", ...). Expansions to be returned (accepts "all"). To request all but some expansions, append "-" in front of each expansion in the input vector (e.g. "-expansion_{1}", ...). |
A comma separated string of expansions (e.g. "author_id,geo.place_id").
Victor Plesco
https://developer.twitter.com/en/docs/twitter-api/expansions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.