write_as_csv | R Documentation |
Saves as flattened CSV file of Twitter data.
write_as_csv(x, file_name, prepend_ids = TRUE, na = "", fileEncoding = "UTF-8")
save_as_csv(x, file_name, prepend_ids = TRUE, na = "", fileEncoding = "UTF-8")
x |
Data frame returned by an rtweet function. |
file_name |
Desired name to save file as. If |
prepend_ids |
Logical indicating whether to prepend an "x" before all Twitter IDs (for users, statuses, lists, etc.). It's recommended when saving to CSV as these values otherwise get treated as numeric and as a result the values are often less precise due to rounding or other class-related quirks. Defaults to true. |
na |
Value to be used for missing (NA)s. Defaults to empty character, "". |
fileEncoding |
Encoding to be used when saving to CSV. defaults to "UTF-8". |
Saved CSV files in current working directory.
Other datafiles:
flatten()
,
read_twitter_csv()
Other datafiles:
flatten()
,
read_twitter_csv()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.