Skip to contents

Create lowercase acronym

Usage

acronym(x)

Arguments

x

A character vector with one element

Value

A character vector

Examples

x <- "Robert Hertz"
acronym(x)
#> [1] "rh"