idAddSuffix {webdeveloper}R 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)

[Package webdeveloper version 1.0.5 Index]