powered by
split a long string to create a vector for testing
convertStringToVector(str)
a contnuous long string to split as a vector
# NOT RUN { convertStringToVector("1.05 1.10 1.20") # result: "c(1.05, 1.1, 1.2)" # now, you can paste the vector in your test # }
Run the code above in your browser using DataLab