View source: R/textKeysToList.R
textKeysToList | R Documentation |
Convert settings keys from text vectors (using the "–" delimiter) to a list of lists
textKeysToList(textKeys)
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
safetyGraphics:::textKeysToList("id_col") #list(list("id_col")) #list(list("id_col"),list("measure_col","label")) safetyGraphics:::textKeysToList(c("id_col","measure_col--label"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.