frmt | R Documentation |
Creates a nice string representation of a variable value.
frmt(x, show_class = FALSE, use_quotes = TRUE)
x |
variable for which a string representation is created. |
show_class |
whether to show the class of |
use_quotes |
whether to use single quotation marks (default: |
A character vector with the string representation of x
.
frmt(c(1,2,3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.