Description Usage Arguments Value Examples
function to save the data
1 |
dataframe |
The dataframe to be saved |
filename |
The filename to save the file in |
path |
The path to save the file in |
csv file
1 2 3 4 | dummy_data <- utils::read.csv(file.path(system.file("extdata", package = "NewBoRn"),
"dummy_data.csv"))
dummy_data <- dplyr::select(.data = dummy_data, -X)
save_data(dataframe = dummy_data, filename = "test")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.