iso_set_default_read_parameters: Set default read options

View source: R/settings.R

iso_set_default_read_parametersR Documentation

Set default read options

Description

Set default read options

Usage

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

Other settings functions: iso_caching, iso_get_default_reader_parameters(), iso_info_messages


KopfLab/isoreader documentation built on Aug. 6, 2023, 9:22 p.m.