
Import oxygen flux data from one or more O2k-formatted Excel Files
Source:R/read_o2k_oxy_xlsx.R
read_o2k_oxy_xlsx.Rd
Import oxygen flux data from one or more O2k-formatted Excel Files
Arguments
- input_files
A character string (or vector of character strings) containing the path(s) to the input file(s). Every input file should follow the same format as the Oroboros template and follow the same SUIT protocol. If paths to multiple files are provided, these will be combined in the final output.
- sheet
The sheet in the supplied excel files from which the oxygen flux measurements will be retrieved. By default set to 'Specific flux (bc)'.
See also
Other read o2k files:
o2k_oxy_list_to_tbl()
,
o2k_oxy_to_list()
,
read_o2k_oxy_csv()