Function that allows specification of a character vector without using quotation marks.

nq(...)

Arguments

...

Inputs to be converted to character strings (no special characters).

Value

A character vector.

Examples

nq( Hello, world )
#> [1] "Hello" "world"