Convert strings to numeric if possible, otherwise remains as is.
castNumeric(x)
x
A string.
A string, converted to numeric if possible.
castNumeric("100")