Learn R Programming

officer (version 0.6.7)

str_encode_to_rtf: Encode UTF8 string to RTF

Description

Convert strings to RTF valid codes.

Usage

str_encode_to_rtf(z)

Value

character vector of results encoded to RTF

Arguments

z

character vector to be converted

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

Run this code
str_encode_to_rtf("Hello World")

Run the code above in your browser using DataLab