print_item: Print a item

View source: R/old_taxa--taxmap--printers.R

print_itemR Documentation

Print a item

Description

Used to print each item in the 'taxmap' print method.

Usage

print_item(
  obj,
  data,
  name = NULL,
  max_rows = 3,
  max_items = 3,
  max_width = getOption("width") - 10,
  prefix = ""
)

Arguments

obj

The taxmap object containing the thing to print

data

The item to be printed

max_rows

('numeric' of length 1) The maximum number of rows in tables to print.

max_items

('numeric' of length 1) The maximum number of list items to print.

max_width

('numeric' of length 1) The maximum number of characters to print.

prefix

('numeric' of length 1) What to print in front of each line.


grunwaldlab/metacoder documentation built on Feb. 22, 2024, 3:47 a.m.