powered by
Export the marginal distributions to CSV files
export_marginal_distributions( marginals, folder_path, create_folder = FALSE, force = FALSE )
No return value, called for exportation of files.
an Object of type RESIDE from import_cor_matrix
import_cor_matrix
path to folder where to save files.
if the folder does not exist should it be created, Default: FALSE
if the folder already contains marginal distribution files should they be removed, Default: FALSE
Exports each of the marginal distributions to CSV files within a given folder, along with the continuous quantiles.
get_marginal_distributions
# \donttest{ marginal_distributions <- get_marginal_distributions(IST) export_marginal_distributions( marginal_distributions, folder_path = tempdir() ) # }
Run the code above in your browser using DataLab