Rdocumentation
powered by
Learn R Programming
CITAN (version 2011.08-1)
sqlNumericOrNULL: Get nullable numeric values for use in an SQL query
Description
Converts a numeric vector to its character representation or returns
"NULL"
.
Usage
sqlNumericOrNULL(value)
Arguments
value
numeric vector to be processed.
Value
The function returns a character vector containing a textual representations of each numeric value or
"NULL"
.
See Also
sqlSwitchOrNULL
,
sqlStringOrNULL