View source: R/old_taxa--taxmap--printers.R
print__list | R Documentation |
Print a list for the print method of taxmap objects.
print__list(obj, data, name, prefix, max_width, max_rows)
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 |
Which print method is called is determined by its name, so changing the name of this function will change when it is called.
Other taxmap print methods:
print__character()
,
print__data.frame()
,
print__default_()
,
print__factor()
,
print__integer()
,
print__logical()
,
print__matrix()
,
print__numeric()
,
print__ordered()
,
print__tbl_df()
,
print__vector()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.