read_twitter_csv: Read comma separated value Twitter data.

Description Usage Arguments Value See Also Examples

Description

Reads Twitter data that was previously saved as a CSV file.

Usage

1

Arguments

file

Name of CSV file.

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

See Also

Other datafiles: flatten(), write_as_csv()

Examples

1
2
3
4
5
6
7
## Not run: 

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


## End(Not run)

mkearney/rtweet documentation built on Sept. 29, 2021, 12:01 p.m.