read_twitter_csv | R Documentation |
Reads Twitter data that was previously saved as a CSV file.
read_twitter_csv(file, unflatten = FALSE)
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. |
A tbl data frame of Twitter data
rtweet-deprecated
Other datafiles:
flatten()
,
write_as_csv()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.