repr {repr} | R Documentation |
Specify an object and a format to represent it in. Will stop()
if no such format is known.
repr(obj, format = "text", ...)
obj |
The object to create a representation for |
format |
The representation format. |
... |
delegated to the specific |
A character or raw vector of that format or NULL if none is defined.
Only the 'text'
format is defined for everything (via print()
)