Learn R Programming

webdeveloper (version 1.0.0)

idAddSuffix: 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

Run this code
# NOT RUN {
idAddSuffix("example", 1)
# }

Run the code above in your browser using DataLab