Skip to contents

Combine multiple collections of isofiles (read by ir_read_isofiles()) into a single ir_isofiles object by row-binding them with dplyr::bind_rows(). This preserves the object structure and type.

Usage

# S3 method for class 'ir_isofiles'
c(...)

Arguments

...

ir_isofiles objects to combine

Value

a single combined ir_isofiles object