iso_export_data_to_excel: Export data to Excel

Description Usage Arguments

View source: R/export.R

Description

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.

Usage

1
2
3
4
5
6
iso_export_data_to_excel(
  filepath,
  ...,
  with_explicit_units = TRUE,
  quiet = default(quiet)
)

Arguments

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


KopfLab/isoprocessor documentation built on Nov. 6, 2021, 10:18 p.m.