Print binary structure map

# S3 method for binary_structure_map
print(
  x,
  ...,
  data_as_raw = FALSE,
  line_break_blocks = c("cblock", "stx", "etx"),
  pos_info = TRUE
)

Arguments

x

object to show.

...

additional parameters passed to print.default

data_as_raw

whether to show data as raw

line_break_blocks

at which blocks to introduce a line break

pos_info

whether to include position information