Skip to contents

Get a list of param block names from opusreader2.

Usage

.getParamBlockNames(opusreader2_list)

Arguments

opusreader2_list

A list_opusreader2.

Value

A vector of block names.

Examples

if (FALSE) {
  data("opusreader2_list")
  .getParamBlockNames(opusreader2_list)
}