orbi_get_blocks_info {isoorbi} | R Documentation |
Summarize blocks info
Description
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 |
.by |
grouping columns for block info (akin to dplyr's |
Value
a block summary or if no blocks defined yet, an empty tibble (with warning)
[Package isoorbi version 1.3.0 Index]