File: read_twitter_csv.Rd

package info (click to toggle)
r-cran-rtweet 1.1.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 18,224 kB
  • sloc: sh: 13; makefile: 2
file content (36 lines) | stat: -rw-r--r-- 754 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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/save_as_csv.R
\name{read_twitter_csv}
\alias{read_twitter_csv}
\title{Read comma separated value Twitter data.}
\usage{
read_twitter_csv(file, unflatten = FALSE)
}
\arguments{
\item{file}{Name of CSV file.}

\item{unflatten}{Logical indicating whether to unflatten (separate hasthags
and mentions columns on space, converting characters to lists), defaults
to FALSE.}
}
\value{
A tbl data frame of Twitter data
}
\description{
Reads Twitter data that was previously saved as a CSV file.
}
\examples{

\dontrun{

## read in data.csv
rt <- read_twitter_csv("data.csv")

}
}
\seealso{
Other datafiles: 
\code{\link{flatten}()},
\code{\link{write_as_csv}()}
}
\concept{datafiles}