get_manheader | R Documentation |
Get the inputs for column MANHEADER in tbl_Innlesing
.
The input tells that we want to manually rename the column for
various reasons such as column name in the rawdata is too long or
it uses unstandard naming style. An input like this:
3,6=AGE,EDUCATION
means we want to rename column 3
to AGE
and column 6
to EDUCATION
.
get_manheader(group = NULL, con = NULL, spec = NULL)
group |
The name of filegroup as specified in filgruppe |
con |
Connection to database |
spec |
Specifications data as a data.frame |
A list containing $index
to refer to the column index and
$col
for the new name of the selected column index.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.