get_reshape_id_val | R Documentation |
Get the id and measure variables for reshaping the dataset. For
detail please read data.table::melt.data.table
to understand id
and
mearsure
variables.
get_reshape_id_val(dt = NULL, group = NULL, con = NULL, spec = NULL)
dt |
Dataset to be reshaped |
group |
The name of filegroup as specified in filgruppe |
con |
Connection to database |
spec |
Specification from |
Other reshape functions:
do_reshape()
,
do_reshape_long()
,
do_reshape_rename_col()
,
do_reshape_wide()
,
get_reshape_wide_spec()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.