Dear All,
Curious enough, I came across tokenizing strings today which I am not familiar of. It seems quite simple with character and so I tried using numeric characters but then I cant get my way through it.
Please, how do I tokenize this line of code and then make it numeric?
x <- "1 4 3.5 6 0.1 9 11"
Thanks