Update_rd: Update Record descriptor

Description Usage Arguments See Also Examples

View source: R/lucas.r

Description

Updates Record descriptor by adding a field (year) showing the year for which the variable exists and removing variables listed in Remove_vars function from RD

Usage

1
Update_rd(con, rd, years)

Arguments

con

Connection to db

rd

Path to record descriptor csv

years

Character vector of the years of survey

See Also

To create the conection please see Connect_to_db

Examples

1
2
3
## Not run: 
Update_rd(con, rd, years)
## End(Not run)

lucas documentation built on Oct. 23, 2020, 7:55 p.m.

Related to Update_rd in lucas...