Add_new_cols: Add new columns to tables

Description Usage Arguments See Also Examples

View source: R/lucas.r

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

1
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

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

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

Related to Add_new_cols in lucas...