This is a convenience function to export data to Excel. Use iso_export_calibration_to_excel for a more specific export function for isoprocessor calibrations.
iso_export_data_to_excel( filepath, ..., with_explicit_units = TRUE, quiet = default(quiet) )
| filepath | the path where to store the Excel file. |
|---|---|
| ... | named list of data frames (each will get its own tab) |
| with_explicit_units | whether to include units in all column names |