nameQuote {XR} | R Documentation |
Plain Double Quote for Names
Description
Utility to surround names of classes, etc with double quotes (not the single quotes of shQuote or the fancy quotes of dQuote)
Usage
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.)
[Package XR version 0.7.2 Index]