NEWS.md
Several previously deprecated functions have been removed: iso_calculate_ratios(), iso_convert_signals(), iso_convert_time(), iso_plot_continuous_flow_data(), iso_plot_dual_inlet_data(), iso_plot_raw_data(), isoread(). Older code that still uses these functions instead of their replacements will no longer work.
UNF packageiso_get_source_file_structure() functioniso_export_to_excel() and iso_export_to_feather() renamed to iso_export_files_to_excel() and iso_export_files_to_feather(), respectively, to avoid ambiguity with other export functions.This package currently supports reading the following raw data files:
?iso_read_continuous_flow)?iso_read_dual_inlet)?iso_read_scan)This package provides the following data aggregation and data processing functionality for all supported data files:
?iso_get_file_info)?iso_get_raw_data)?iso_get_bgrd_data)?iso_get_vendor_data_table)?iso_get_resistors)?iso_get_standards)select, rename, mutate and filter functions (?iso_filter_files, ?iso_select_file_info, ?iso_rename_file_info, ?iso_mutate_file_info)?iso_add_file_infoto simplify sequential join operationsThis package provides the following data export functionality for all supported data files:
?iso_export_files_to_excel
?iso_export_files_to_feather