get_split | R Documentation |
Get the column to be splitted and the column name
for the new splitted columns.
If you already have the specification from find_spec()
, then the arguments
for group
and con
must be NULL
.
get_split(group = NULL, con = NULL, spec = NULL)
group |
The name of filegroup as specified in filgruppe |
con |
Connection to database |
spec |
Specification from |
A list consist of two variables ie. from
and to
indicating which column to split and what the new column names will be
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.