reverse_name: Reverse First and Last Name

Description Usage Arguments Value Examples

Description

When there is a "last, first" name or "last first" name string, you can reverse the string to look like "first last" name with this function.

Usage

1
reverse_name(x, p = "TRUE")

Arguments

x

string

p

boolean

Value

string

Examples

1
2
3
4
5
## Not run: 
x = "Ruth, Babe"
reverse_name(x)

## End(Not run)

drewgriffith15/griffun documentation built on May 15, 2019, 1:56 p.m.