consider the following list of numbers in R
list_num<-c(1,10, 100, NA, 0.1)
Can this be printed in this format
The printing should be as if they are numbers so that we can sort the same. I request someone to help a bit. I am unable to find a solution