Description Usage Arguments Examples
split a long string to create a vector for testing
1 |
str |
a contnuous long string to split as a vector |
1 2 3 | convertStringToVector("1.05 1.10 1.20")
# result: "c(1.05, 1.1, 1.2)"
# now, you can paste the vector in your test
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.