powered by
Convert settings keys from text vectors (using the "--" delimiter) to a list of lists
textKeysToList(textKeys)
a list (or vector) of character keys using the "--" delimiter to indicate hierarchy
A list of unnamed lists, with position in the nested list indicating hierarchy
# NOT RUN { safetyGraphics:::textKeysToList("id_col") #list(list("id_col")) #list(list("id_col"),list("measure_col","label")) safetyGraphics:::textKeysToList(c("id_col","measure_col--label")) # }
Run the code above in your browser using DataLab