Learn R Programming

lucas (version 1.0)

Merge_harmo: Merge all tables

Description

Merge all tables into a single harmonized version containing all years and change to relevant data type, as mapped in the record descriptor

Usage

Merge_harmo(con, rd)

Arguments

con

Connection to db

rd

Record descriptor in CSV format

See Also

To create the conection please see Connect_to_db

Examples

Run this code
# NOT RUN {
Merge_harmo(con, '/data/LUCAS_harmo/data/supportDocs/LUCAS_harmo_RD.csv')
# }

Run the code above in your browser using DataLab