powered by
Reads Twitter data that was previously saved as a CSV file.
read_twitter_csv(file, unflatten = FALSE)
Name of CSV file.
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
flatten
write_as_csv
# NOT RUN { # } # NOT RUN { ## read in data.csv rt <- read_twitter_csv("data.csv") # }
Run the code above in your browser using DataLab