udpipe (version 0.3)

txt_show: 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

txt_sample

Examples

Run this code
# NOT RUN {
txt_show(c("hello \n\n\n world", "world \n\n\n hello"))
# }

Run the code above in your browser using DataCamp Workspace