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

[Package webdeveloper version 1.0.5 Index]