nq.Rd
Function that allows specification of a character vector without using quotation marks.
nq(...)
Inputs to be converted to character strings (no special characters).
A character vector.
nq( Hello, world ) #> [1] "Hello" "world"