Skip to contents

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.

Usage

get_manheader(group = NULL, con = NULL, spec = NULL)

Arguments

group

The name of filegroup as specified in filgruppe

con

Connection to database

spec

Specifications data as a data.frame

Value

A list containing $index to refer to the column index and $col for the new name of the selected column index.