Update_rd {lucas} | R Documentation |
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
Update_rd(con, rd, years)
con |
Connection to db |
rd |
Path to record descriptor csv |
years |
Character vector of the years of survey |
To create the conection please see Connect_to_db
## Not run:
Update_rd(con, rd, years)
## End(Not run)