taxa (version 0.3.3)

print__tbl_df: Print a tibble

Description

Print a table for the print method of taxmap objects.

Usage

print__tbl_df(obj, data, name, prefix, max_width, max_rows)

Arguments

obj

The taxmap object containing the thing to print

data

Something to print

name

The name of the thing to print

prefix

What to put before the thing printed. Typically a space.

max_width

Maximum width in number of characters to print

max_rows

Maximum number of rows to print

Details

Which print method is called is determined by its name, so changing the name of this function will change when it is called.

See Also

Other taxmap print methods: print__character(), print__data.frame(), print__default_(), print__factor(), print__integer(), print__list(), print__logical(), print__matrix(), print__numeric(), print__ordered(), print__vector()