str_encode_to_rtf: Encode UTF8 string to RTF

View source: R/rtf.R

str_encode_to_rtfR Documentation

Encode UTF8 string to RTF

Description

Convert strings to RTF valid codes.

Usage

str_encode_to_rtf(z)

Arguments

z

character vector to be converted

Value

character vector of results encoded to RTF

See Also

Other functions for officer extensions: docx_reference_img(), fortify_location(), get_reference_value(), opts_current_table(), shape_properties_tags(), to_html(), to_pml(), to_rtf(), to_wml(), wml_link_images()

Examples

str_encode_to_rtf("Hello World")

davidgohel/officer documentation built on March 18, 2024, 4:06 p.m.