You can convert a 10 digits character number into 10 digit numeric number using the as.numeric()
function in R. Here is an example:
main.r161 chars9 lines
Make sure that the character number is a valid numeric value, otherwise, the conversion may result in unexpected output.
gistlibby LogSnag