read_twitter_csv {rtweet} | R Documentation |
Read comma separated value Twitter data.
Description
Reads Twitter data that was previously saved as a CSV file.
Usage
read_twitter_csv(file, unflatten = FALSE)
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()
[Package rtweet version 2.0.0 Index]