auto: Creates an autonym

View source: R/strings.R

autoR Documentation

Creates an autonym

Description

Uses x to name x. Useful in when applying lapply to a character vector. Should probably be called 'autonym'. Superseded by name.

Usage

auto(x, force = FALSE)

autonym(x, force = FALSE)

Arguments

x

object that can be used to name itself.

force

(default FALSE) should x replace its name if it already has one.

Value

x with names equal to x

See Also

anon


gmonette/spida2 documentation built on Aug. 20, 2023, 7:21 p.m.