Add_new_cols {lucas}R Documentation

Add new columns to tables

Description

Adds new columns to all table that will be necessary for when tables are merged. Includes letter group - first level of LUCAS land cover/land use classification system year - year of survey file_path_gisco_n/s/e/w/p - file path to full HD images on ESTAT GISCO cloud service for North, South, East, West, and Point images

Usage

Add_new_cols(con, years)

Arguments

con

Connection to db

years

Numeric vector of years to be harmonised

See Also

To create the conection please see Connect_to_db

Examples

## Not run: 
Add_new_cols(con, c(2006, 2009, 2012, 2015, 2018))
## End(Not run)

[Package lucas version 1.0 Index]