iso_get_resistors: Aggregate resistors from methods info

View source: R/aggregate_data.R

iso_get_resistorsR Documentation

Aggregate resistors from methods info

Description

Aggregates the resistor information recovered from the provided iso_files. This information is only available if the iso_files were read with parameter read_method_info=TRUE and only linked to specific masses if the iso_files were additionally read with parameter read_raw_data=TRUE.

Usage

iso_get_resistors(
  iso_files,
  select = everything(),
  include_file_info = NULL,
  quiet = default(quiet)
)

Arguments

iso_files

collection of iso_file objects

select

which data columns to select - use c(...) to select multiple, supports all select syntax. By default, all columns are selected.

include_file_info

which file information to include (see iso_get_file_info). Use c(...) to select multiple, supports all select syntax including renaming columns.

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 data retrieval functions: iso_get_all_data(), iso_get_bgrd_data(), iso_get_file_info(), iso_get_raw_data(), iso_get_standards(), iso_get_vendor_data_table()


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