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