save_csv | R Documentation |
save_csv()
saves the passed tibble of data to a csv file, prompting the
user for a file name, as well as the file path to a chosen save location along the way.
save_csv(result_name, tibble_save)
result_name |
a description of the type of data being saved (i.e. the processed timber). |
tibble_save |
the tibble of data to be saved. |
a csv file, saved to a location of the user's choice.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.