Description Usage Arguments Functions Examples
This package contains four wrapper functions that make almost all of R available, by allowing basic string manipulation and evaluation.
1 2 3 4 5 6 7 |
string |
A character value |
i |
An integer value |
... |
Passed to |
s
: Given a string
and a number i
, returns the character at position i
from string
p
: An alias for paste0(...,collapse = "")
; essentially squashes
items together into a single string.
d
: An alias for deparse(...)
; converts an R expression into a literal string.
x
: Evaluates a given string as an R expression.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.