powered by
Used to print each item in the taxmap print method.
taxmap
print_item( obj, data, name = NULL, max_rows = 3, max_items = 3, max_width = getOption("width") - 10, prefix = "" )
The taxmap object containing the thing to print
The item to be printed
(numeric of length 1) The maximum number of rows in tables to print.
numeric
(numeric of length 1) The maximum number of list items to print.
(numeric of length 1) The maximum number of characters to print.
(numeric of length 1) What to print in front of each line.
# NOT RUN { taxa:::print_item(ex_taxmap, ex_taxmap$data$info) taxa:::print_item(ex_taxmap, 1:100) # }
Run the code above in your browser using DataLab