Update_rd {lucas}R Documentation

Update Record descriptor

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

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

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

[Package lucas version 1.0 Index]