nameToString: Convert Object Name to Character String

Description Usage Arguments Details Value Author(s) Examples

View source: R/utils.R

Description

Converts an object name or an expression to a string.

Usage

1

Arguments

x

any object or an expression

Details

Useful for plot labelling.

Value

A character string of length 1.

Author(s)

Antoine Filipovic Pierucci

Examples

1
2
foo <- 1:10
nameToString(foo) # "foo"

rmngb documentation built on May 29, 2017, 9:22 p.m.

Related to nameToString in rmngb...