get_reshape_wide_spec | R Documentation |
Get the formula and value variables for reshaping a long dataset
to wide. For detail please read data.table::dcast.data.table
to
understand formula
and value
variables.
get_reshape_wide_spec(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_id_val()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.