withStr | R Documentation |
Takes a vector of Strings and returns a new vector with a new String s2 moving it onto a pos related to s1.
withStr(s, s2, pos = "after", s1)
s |
a vector of Strings |
s2 |
a new String |
pos |
see |
s1 |
an element in s according to which we position s2 |
a new vector of Strings with s2 pos(itioned) according to s1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.