write_results_to_csv | R Documentation |
write_results_to_csv() is a Write function that writes a file to a specified local directory. Specifically, this function implements an algorithm to write results to comma separated variables file. The function returns Datasets (a tibble).
write_results_to_csv(synth_data_spine_ls, output_dir_1L_chr = ".")
synth_data_spine_ls |
Synthetic data spine (a list) |
output_dir_1L_chr |
Output directory (a character vector of length one), Default: '.' |
Datasets (a tibble)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.