reverse_string: Reverse a character string.

Description Usage Arguments Value Examples

View source: R/utils.R

Description

Reverse a character string.

Usage

1

Arguments

x

A character string.

Value

The character string x reversed.

Examples

1
2
reverse_string("hello")
reverse_string("hello world")

NickPTaylor/simple documentation built on May 7, 2019, 6:07 p.m.