Learn R Programming

junco (version 0.1.2)

default_str_map: Default String Mapping for Special Characters

Description

A tibble that maps special characters to their UTF-8 equivalents for use in RTF output. Currently it maps ">=" and "<=" to the Unicode characters.

Usage

default_str_map

Arguments

Value

A tibble with columns 'pattern' and 'value', where 'pattern' contains the string to be replaced and 'value' contains the replacement.

Format

An object of class tbl_df (inherits from tbl, data.frame) with 2 rows and 2 columns.