Print summary of individual iso_files (dual inlet or continuous flow) or collection of iso_files.

# S3 method for class 'iso_file_list'
print(x, ...)

# S3 method for class 'iso_file'
print(x, ..., show_problems = TRUE)

# S3 method for class 'dual_inlet'
print(x, ..., show_problems = TRUE)

# S3 method for class 'continuous_flow'
print(x, ..., show_problems = TRUE)

# S3 method for class 'scan'
print(x, ..., show_problems = TRUE)

Arguments

x

Object to show.

...

additional parameters passed to print.default

show_problems

whether to show encountered problems