idAddPrefix: Add a prefix to an id

View source: R/webdeveloper.R

idAddPrefixR Documentation

Add a prefix to an id

Description

Add a prefix to an id

Usage

idAddPrefix(prefix, id, sep = "X")

Arguments

prefix

A string, the prefix to add.

id

A string to add a prefix to.

sep

A string, the separator to use.

Value

A string.

Examples

idAddSuffix("example", 1)

webdeveloper documentation built on Oct. 18, 2022, 9:06 a.m.