writeProtectedCsv | R Documentation |
A helper function for writing CSV files and setting them to read-only for protection. When writing the file, the file is first set to writable then written over then set to read-only
writeProtectedCsv(df, file_name)
df |
Data frame to be written to CSV file |
file_name |
File name to write CSV file to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.