View source: R/reorder_dictionary.R
reorder_dictionary | R Documentation |
This utility function reorders the data dictionary to match the data set.
reorder_dictionary(DD.dict, DS.data)
DD.dict |
Data dictionary. |
DS.data |
Data set. |
Updated data dictionary with variables reordered to match the data set.
data(ExampleN)
name_check(DD.dict.N, DS.data.N)
DD.dict_updated <- reorder_dictionary(DD.dict.N, DS.data.N)
name_check(DD.dict_updated, DS.data.N)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.