Description Usage Arguments See Also
View source: R/aggregate_data.R
Aggregate data from the vendor-computed data table. This information is only available if the iso_files were read with parameter read_vendor_data_table=TRUE
.
1 2 3 4 5 6 7 8 | iso_get_vendor_data_table(
iso_files,
with_units = FALSE,
select = everything(),
include_file_info = NULL,
with_explicit_units = with_units,
quiet = default(quiet)
)
|
iso_files |
collection of iso_file objects |
with_units |
this parameter has been DEPRECATED with the introduction of unit-data types (see |
select |
which data columns to select - use |
include_file_info |
which file information to include (see |
with_explicit_units |
whether to include units in the column headers of the returned data frame instead of the column data types (see |
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 |
Other data retrieval functions:
iso_get_all_data()
,
iso_get_bgrd_data()
,
iso_get_file_info()
,
iso_get_raw_data()
,
iso_get_resistors()
,
iso_get_standards()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.