set_fields | R Documentation |
Choose which fields are used, by default all are returned. Usually all the first 3 are accepted together and the last two too.
set_fields(
media = media_fields,
poll = poll_fields,
tweet = tweet_fields,
place = place_fields,
user = user_fields,
list = list_fields
)
media |
The fields you want from |
poll |
The fields you want from |
tweet |
The fields you want from |
place |
The fields you want from |
user |
The fields you want from |
list |
The fields you want from |
A list with the fields requested ready to be used in your requests to the API.
Fields
set_fields()
set_fields(media = NULL)
set_fields(place = NULL, user = NULL)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.