frmt {hgutils} | R Documentation |
Format variable value
Description
Creates a nice string representation of a variable value.
Usage
frmt(x, show_class = FALSE, use_quotes = TRUE)
Arguments
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: |
Value
A character vector with the string representation of x
.
Examples
frmt(c(1,2,3))
[Package hgutils version 0.2.11 Index]