| data_save | R Documentation |
Save data using dot notation or file path
data_save(
data,
path,
type = NULL,
delimiter = "comma",
locked = TRUE,
force = FALSE
)
data |
Data frame to save |
path |
Either:
Dot notation uses your configured directories
(e.g., |
type |
Type of data file ("csv" or "rds"). Auto-detected from extension if path includes one. |
delimiter |
Delimiter for CSV files ("comma", "tab", "semicolon", "space") |
locked |
Whether the file should be locked after saving |
force |
If TRUE, creates missing directories. If FALSE (default), errors if directory doesn't exist. |
Invisibly returns the saved data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.