printStrToChar {BBmisc} | R Documentation |
Print str(x)
of an object to a string / character vector.
Description
Print str(x)
of an object to a string / character vector.
Usage
printStrToChar(x, collapse = "\n")
Arguments
x |
[any] |
collapse |
[ |
Value
[character
].
Examples
printStrToChar(iris)
[Package BBmisc version 1.13 Index]