powered by
Remove a prefix from an id
idParsePrefix(id, split = "X", position = 2)
A vector.
A string to remove a prefix from.
A string, the separator to use for splitting the id.
A integer vector, the position of the split string to return.
idParsePrefix(idAddPrefix("example", 1))
Run the code above in your browser using DataLab