powered by
tokenData
The inverse of the parse() function.
parse()
stringifyTokens(tokens)
A character vector of length 1.
An object of class tokenData
tokens <- parse("/path/to/resource/:Id") path <- stringifyTokens(tokens) identical(path, "/path/to/resource/:Id") # TRUE
Run the code above in your browser using DataLab