Write a database to file as CSV (possible compressed)
1 | write_database(x, path = ".", filename = "database.csv.gz")
|
x |
data frame (tibble), the data to store |
path |
character, the path to the database, by default "." |
filename |
character, by default 'database.csv.gz' but it can be any other filename |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.