idAddPrefix {webdeveloper} | R Documentation |
Add a prefix to an id
idAddPrefix(prefix, id, sep = "X")
prefix |
A string, the prefix to add. |
id |
A string to add a prefix to. |
sep |
A string, the separator to use. |
A string.
idAddSuffix("example", 1)