File: Fields.Rd

package info (click to toggle)
r-cran-rtweet 2.0.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 18,068 kB
  • sloc: sh: 13; makefile: 2
file content (70 lines) | stat: -rw-r--r-- 1,765 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/fields.R
\docType{data}
\name{Fields}
\alias{Fields}
\alias{fields}
\alias{media_fields}
\alias{place_fields}
\alias{poll_fields}
\alias{list_fields}
\alias{tweet_fields}
\alias{user_fields}
\alias{metrics_fields}
\title{Fields}
\format{
An object of class \code{character} of length 13.

An object of class \code{character} of length 8.

An object of class \code{character} of length 5.

An object of class \code{character} of length 6.

An object of class \code{character} of length 18.

An object of class \code{character} of length 15.

An object of class \code{character} of length 4.
}
\usage{
media_fields

place_fields

poll_fields

list_fields

tweet_fields

user_fields

metrics_fields
}
\description{
Arguments of expansion that select which values are returned.
Fields are possible for:
\itemize{
\item \href{https://developer.twitter.com/en/docs/twitter-api/data-dictionary/object-model/tweet}{Tweets}
\item \href{https://developer.twitter.com/en/docs/twitter-api/data-dictionary/object-model/user}{Users}
\item \href{https://developer.twitter.com/en/docs/twitter-api/data-dictionary/object-model/media}{Media}
\item \href{https://developer.twitter.com/en/docs/twitter-api/data-dictionary/object-model/poll}{Polls}
\item \href{https://developer.twitter.com/en/docs/twitter-api/data-dictionary/object-model/place}{Places}
\item \href{https://developer.twitter.com/en/docs/twitter-api/data-dictionary/object-model/lists}{Lists}
}
}
\examples{
media_fields
place_fields
poll_fields
tweet_fields
user_fields
}
\references{
\url{https://developer.twitter.com/en/docs/twitter-api/fields}
}
\seealso{
\link{Expansions}, \code{\link[=set_fields]{set_fields()}}
}
\keyword{datasets}