vowel_shift: Shift vowels in a word

View source: R/phonetic.R

vowel_shiftR Documentation

Shift vowels in a word

Description

Shift vowels in a word

Usage

vowel_shift(word, from, to)

Arguments

word

Character. Word to transform

from

Character. Vowel to replace

to

Character. Replacement vowel

Value

Character. Transformed word

Examples

vowel_shift("test", "e", "i")  # "tist"

covfefe documentation built on Jan. 26, 2026, 5:08 p.m.