powered by
Read data into a vector from a string.
scan.str(string)
a string that number is separated by ' '.
A vector that contains numbers.
# NOT RUN { m <- "12 23 45 78 90 89 97" scan.str(m) # }
Run the code above in your browser using DataLab