nameQuote: Plain Double Quote for Names

Description Usage Arguments Value References

View source: R/Interface.R

Description

Utility to surround names of classes, etc with double quotes (not the single quotes of shQuote or the fancy quotes of dQuote)

Usage

1
nameQuote(what)

Arguments

what

the input string. Should be a name or something without quotes at least.

Value

the string with quotes. But empty strings stay empty.

References

Chambers, John M. (2016) Extending R, Chapman & Hall/CRC. ( Chapter 13, discussing this package, is included in the package: ../doc/Chapter_XR.pdf.)


XR documentation built on May 2, 2019, 6:01 a.m.

Related to nameQuote in XR...