lucas (version 1.0)

Add_new_cols: 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

Run this code
# NOT RUN {
Add_new_cols(con, c(2006, 2009, 2012, 2015, 2018))
# }

Run the code above in your browser using DataLab