powered by
Convert any vector to numeric, if possible
as.numericSilent(x)
vector of any type
If as.numeric(x) produces an error or warning, x is returned unchanged. Otherwise, as.numeric(x) is returned.
as.numeric(x)
x
as.numeric
# NOT RUN { as.numericSilent(c("this","that")) as.numericSilent(c("2893.9","9423.48")) as.numericSilent(c("392.1", "that")) # }
Run the code above in your browser using DataLab