| repr | R Documentation |
String representation
repr(x, ...)
x |
Object to represent as a string. |
... |
Additional arguments passed to methods. |
Character string representation of the object.
EDG
S7::method(repr, S7::class_character) <- function(x, ...) {
paste0("<chr> \"", x, "\"")
}
cat(repr("hello"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.