reorder | R Documentation |
Reorders columns based on a string with separators. Defaults to splitting using "\|", because that is what is used by Qualtrics.
reorder(data, key_column, sep = "\\|")
data |
a data frame. |
key_column |
a character string indicating the column containing the order strings. |
sep |
a character string indicating the symbol that is used to split the column names. Defaults to "\|" because that is what is used by Qualtrics. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.