Set default read options

iso_set_default_read_parameters(
  data = NULL,
  read_raw_data,
  read_file_info,
  read_method_info,
  read_vendor_data_table,
  quiet = default(quiet)
)

Arguments

data

a data frame - returned invisibly as is if provided (e.g. in the middle of a pipeline)

read_raw_data

if provided, set as the default for `read_raw_data` parameters

read_file_info

if provided, set as the default for `read_file_info` parameters

read_method_info

if provided, set as the default for `read_method_info` parameters

read_vendor_data_table

if provided, set as the default for `read_vendor_data_table` parameters

quiet

whether to display (quiet=FALSE) or silence (quiet = TRUE) information messages. Set parameter to overwrite global defaults for this function or set global defaults with calls to iso_turn_info_messages_on and iso_turn_info_messages_off

See also