View source: R/export_functions.R
orbi_export_data_to_excel | R Documentation |
This functions exports the final dataset
into an Excel file.
orbi_export_data_to_excel(
dataset,
file,
dbl_digits = 7,
int_format = "0",
dbl_format = sprintf(sprintf("%%.%df", dbl_digits), 0)
)
dataset |
data frame |
file |
file path to export the file |
dbl_digits |
how many digits to show for dbls (all are exported) |
int_format |
the excel formatting style for integers |
dbl_format |
the excel formatting style for doubles (created automatically from the dbl_digits parameter) |
returns dataset invisibly for use in pipes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.