txt_show {udpipe} | R Documentation |
Boilerplate function to cat only 1 element of a character vector.
Description
Boilerplate function to cat only 1 element of a character vector.
Usage
txt_show(x)
Arguments
x |
a character vector |
Value
invisible
See Also
Examples
txt_show(c("hello \n\n\n world", "world \n\n\n hello"))
[Package udpipe version 0.8.11 Index]