write_data | R Documentation |
Add processed data to existing db file
write_data(old_data, new_data, path_to_file)
old_data |
dataframe. Output from read_db() (both db and db_dates) |
new_data |
dataframe. Data to append to db |
path_to_file |
string. Full path (from root directory) to the .csv database file if it exists, and desired path to a .csv database file if it does not exist |
result of write.table()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.