powered by
Convert a string of numbers into a vector
make_vec(x)
A string of numbers that may include fractions
make_vec("1 2 4") make_vec("1/2 2/3 4/5") make_vec(0.1)
Run the code above in your browser using DataLab