str2lang | R Documentation |
See the original description in base::str2lang
.
str2lang(s)
# get function from namespace instead of possibly getting
# implementation shipped with recent R versions:
str2lang <- getFromNamespace("str2lang", "backports")
str2lang("x[3] <- 1+4")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.