idAddSuffix: Add a suffix to an id

View source: R/webdeveloper.R

idAddSuffixR Documentation

Add a suffix to an id

Description

Add a suffix to an id

Usage

idAddSuffix(id, suffix, sep = "-")

Arguments

id

A string to add a suffix to.

suffix

A string, the suffix to add.

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.