do_reshape_rename_col | R Documentation |
Reshaping variables in the dataset from wide to long will
produce ID and value columns. This function will rename these columns when
specified under RESHAPE_KOL
in the Access registration database.
do_reshape_rename_col(dt = NULL, spec = NULL)
dt |
Dataset that has been reshaped |
spec |
Specification in column |
Other reshape functions:
do_reshape()
,
do_reshape_long()
,
do_reshape_wide()
,
get_reshape_id_val()
,
get_reshape_wide_spec()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.