Learn R Programming

webdeveloper (version 1.0.5)

idAddPrefix: Add a prefix to an id

Description

Add a prefix to an id

Usage

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

Value

A string.

Arguments

prefix

A string, the prefix to add.

id

A string to add a prefix to.

sep

A string, the separator to use.

Examples

Run this code
idAddSuffix("example", 1)

Run the code above in your browser using DataLab