strings {eply} | R Documentation |
Function strings
Description
Turn valid expressions into character strings.
Usage
strings(...)
Arguments
... |
unquoted symbols to turn into character strings. |
Value
a character vector
See Also
quotes
, unquote
,
eply
, help_eply
Examples
strings(a, b, bee)
[Package eply version 0.1.2 Index]