Learn R Programming

CITAN (version 2011.04-1)

sqlNumericOrNULL: Get nullable numeric value for use in an SQL query

Description

Converts a single numeric variable to character string or returns "NULL".

Usage

sqlNumericOrNULL(value)

Arguments

value
value to be processed.

Value

  • The function returns a character string containing a textual representation of a given numeric variable or "NULL".

See Also

sqlSwitchOrNULL, sqlStringOrNULL