Learn R Programming

mmrm (version 0.3.14)

format_symbols: Format Symbol Objects

Description

For printing, variable names are converted to symbols and deparsed to use R's built-in formatting of variables that may contain spaces or quote characters.

Usage

format_symbols(x)

Value

A formatted string of comma-separated variables.

Arguments

x

(character) A vector of variable names.