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
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/rtweet-package.R
\docType{package}
\name{rtweet-package}
\alias{rtweet}
\alias{rtweet-package}
\title{rtweet: Collect Twitter data from R}
\description{
rtweet provides users a range of functions designed to extract data
from Twitter's REST and streaming APIs. It has three main goals:
\itemize{
\item Formulate and send requests to Twitter's REST and stream APIs.
\item Retrieve and iterate over returned data.
\item Wrangling data into tidy structures.
}
Get started by reading \code{vignette("rtweet")}.
}
\seealso{
Useful links:
\itemize{
\item \url{https://docs.ropensci.org/rtweet/}
\item \url{https://github.com/ropensci/rtweet/}
\item Report bugs at \url{https://github.com/ropensci/rtweet/issues}
}
}
\author{
\strong{Maintainer}: LluĂs Revilla Sancho \email{lluis.revilla@gmail.com} (\href{https://orcid.org/0000-0001-9747-2570}{ORCID})
Authors:
\itemize{
\item Michael W. Kearney \email{kearneymw@missouri.edu} (\href{https://orcid.org/0000-0002-0730-4694}{ORCID})
\item Hadley Wickham (\href{https://orcid.org/0000-0003-4757-117X}{ORCID})
}
Other contributors:
\itemize{
\item Andrew Heiss (\href{https://orcid.org/0000-0002-3948-3914}{ORCID}) [reviewer]
\item Francois Briatte [reviewer]
\item Jonathan Sidi \email{yonicd@gmail.com} (\href{https://orcid.org/0000-0002-4222-1819}{ORCID}) [contributor]
}
}
\keyword{internal}
|