This function provides an overview table blocks_info
which shows information on blocks in the dataset (block number, sample name, data type, scan number and start time where a block starts, and scan number and end time where a block ends).
Usage
orbi_get_blocks_info(
dataset,
.by = c("filename", "injection", "data_group", "block", "sample_name", "data_type",
"segment")
)
Arguments
- dataset
tibble produced by
orbi_define_blocks_for_dual_inlet()
- .by
grouping columns for block info (akin to dplyr's
.by
parameter e.g. indplyr::summarize()
). If not set by the user, all columns in the parameter's default values are used, if present in the dataset.