Converts a string of the form "a=1,b=2" to a list with elements
keys (here: c("a", "b")) and values (here: (1,2)).
Usage
toKeysAndValues(x, separators = c(",", "="))Converts a string of the form "a=1,b=2" to a list with elements
keys (here: c("a", "b")) and values (here: (1,2)).
toKeysAndValues(x, separators = c(",", "="))