Description Usage Arguments Note See Also
View source: R/aggregate_data.R
Combine file information from multiple iso_files. By default all information is included but specific columns can be targeted using the select
parameter to select and/or rename columns. File information beyond file_id
, file_root
, file_path
, file_datetime
and file_size
(in bytes) is only available if the iso_files
were read with parameter read_file_info=TRUE
.
1 2 3 4 5 6 7 | iso_get_file_info(
iso_files,
select = everything(),
file_specific = FALSE,
simplify = TRUE,
quiet = default(quiet)
)
|
iso_files |
collection of iso_file objects |
select |
which columns to select - use |
file_specific |
whether to run the select criteria ( |
simplify |
if set to TRUE (the default), nested value columns in the file info will be unnested as long as they are compatible across file types. Note that file info entries with multiple values still remain nested multi-value (=list) columns even with |
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 |
this function used to allow selecting/renaming different file_info_columns in different files to the same column. This was a significant speed impediment and only covered very rare use cases. It is still available in the related function iso_select_file_info
with a special flag but is no longer the default and not encouraged for use in the frequently called iso_get_file_info
.
Other data retrieval functions:
iso_get_all_data()
,
iso_get_bgrd_data()
,
iso_get_raw_data()
,
iso_get_resistors()
,
iso_get_standards()
,
iso_get_vendor_data_table()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.