supp_get.fields: supp_get.fields

Description Usage Arguments Value Author(s) See Also

View source: R/supp_get.fields.R

Description

Returns a customized set of fields of a Twitter object.

Usage

1
supp_get.fields(object, fields)

Arguments

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}", ...).

Value

A comma separated string of fields (e.g. "author_id,geo.place_id").

Author(s)

Victor Plesco

See Also

https://developer.twitter.com/en/docs/twitter-api/fields


victorplesco/Racademic documentation built on Jan. 8, 2022, 12:06 a.m.