rev_str: Reverse the characters of a character vector

Description Usage Arguments Value Examples

View source: R/Common.R

Description

Reverse the characters of a character vector

Usage

1
rev_str(string)

Arguments

string

a character vector of length 1.

Value

a character vector of length 1.

Examples

1
2
rev_str("Hello world!")
# [1] "!dlrow olleH"

StatCan/EpiSim documentation built on Dec. 18, 2021, 2:09 p.m.