Learn R Programming

hgutils (version 0.2.11)

frmt: 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 x. Defaults to FALSE.

use_quotes

whether to use single quotation marks (default: TRUE).

Value

A character vector with the string representation of x.

Examples

Run this code
# NOT RUN {
frmt(c(1,2,3))
# }

Run the code above in your browser using DataLab