str_rev: Reverse Text Strings

Description Usage Arguments Value Author(s) See Also Examples

Description

Create a reverse version of strings.

Usage

1
2
3

Arguments

x

vector with strings. Is coerced to character.

Value

Returns a character vector with reversed strings.

Author(s)

Sven E. Templer

See Also

rev

Examples

1
2
3
4
5
6
7
#

s <- c("abc","asdf")

str_rev(s)

#

setempler/miscset documentation built on May 29, 2019, 8 p.m.