powered by
Add a suffix to an id
idAddSuffix(id, suffix, sep = "-")
A string to add a suffix to.
A string, the suffix to add.
A string, the separator to use.
A string.
# NOT RUN { idAddSuffix("example", 1) # }
Run the code above in your browser using DataLab