Description Usage Arguments Value See Also Examples
Reads Twitter data that was previously saved as a CSV file.
| 1 | 
| 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
Other datafiles: flatten,
write_as_csv
| 1 2 3 4 5 6 7 | ## Not run: 
## read in data.csv
rt <- read_twitter_csv("data.csv")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.