T: Lazily create a character vector

Description Usage Arguments Examples

Description

Lazily create a character vector. Any argument passed to .T will be converted to a string without evaluating the symbols.

Usage

1

Arguments

...

objects to quote

Examples

1
2
3
.T(hell0, world)
.T(1+2)
.T("this how you include spaces")

halpo/short documentation built on July 18, 2019, 12:06 a.m.