oodle: oodle

Description Usage Arguments Value Examples

Description

Replace all vowels (aeiou) in a name with 'oodle'.

Usage

1
oodle(name, replace.y = FALSE, ...)

Arguments

name

A single character string.

replace.y

A single logical value; should y's be replaced?

...

Other arguments

Value

A copy of name with all vowels replaced with 'oodle'.

Examples

1
2
3
oodle("Brendan Broderick")
oodle("Peter Martin")
oodle("Jeremy Syrjanen", TRUE)

eheinzen/Ethan documentation built on May 3, 2019, 4:32 p.m.