Prints object to a string / character vector.
Prints object to a string / character vector.
printToChar(x, collapse = "\n")
x |
[any] |
collapse |
[ |
[character
].
x = data.frame(a = 1:2, b = 3:4) str(printToChar(x))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.