shows text or portions of the text via cat and the usage of text_snippet()
text_show(
x,
length = 500,
from = NULL,
to = NULL,
coll = FALSE,
wrap = FALSE,
...
)# S3 method for default
text_show(
x,
length = 500,
from = NULL,
to = NULL,
coll = FALSE,
wrap = FALSE,
...
)
text to be shown
number of characters to be shown
show from ith character
show up to ith character
should x be collapsed using newline character as binding?
should text be wrapped, or wrapped to certain width, or wrapped by certain function
further arguments passed through to cat