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")
Saved CSV files in current working directory.
Data frame returned by an rtweet function.
Desired name to save file as. If file_name
does not
include the extension ".csv" it will be added automatically.
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.
Value to be used for missing (NA)s. Defaults to empty character, "".
Encoding to be used when saving to CSV. defaults to "UTF-8".
Other datafiles:
flatten()
,
read_twitter_csv()
Other datafiles:
flatten()
,
read_twitter_csv()