Learn R Programming

moranajp (version 0.9.7)

synonym: An example of synonym word pairs

Description

An example of synonym word pairs

Usage

synonym

Arguments

Format

A data frame with 25 rows and 2 variables:

from

Words to be replaced from. Escaped by stringi::stri_escape_unicode().

to

Words to be replaced to.

Examples

Run this code
data(synonym)
synonym |>
  unescape_utf()

Run the code above in your browser using DataLab