frmt: Format variable value

View source: R/misc-utils.R

frmtR 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 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

frmt(c(1,2,3))

hgutils documentation built on April 12, 2025, 2:21 a.m.