obj_print | R Documentation |
print()
and str()
generics.These are constructed to be more easily extensible since you can override
the _header()
, _data()
or _footer()
components individually. The
default methods are built on top of format()
.
obj_print(x, ...)
obj_print_header(x, ...)
obj_print_data(x, ...)
obj_print_footer(x, ...)
obj_str(x, ...)
obj_str_header(x, ...)
obj_str_data(x, ...)
obj_str_footer(x, ...)
x |
A vector |
... |
Additional arguments passed on to methods. See |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.