str2vec | R Documentation |
Merubah string menjadi vektor
str2vec(str, sep = " ")
str |
string |
sep |
character pemisah antar nilai seperti koma dll |
vector
str2vec("1.2 3.4 5 9 100") str2vec("1.2, 3.4, 5, 9, 100", sep = "\\,")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.