Add_photo_fields_2006 {lucas} | R Documentation |
Add photo fields 2006
Description
Add photo fields 2006
Add missing columns
Usage
Add_photo_fields_2006(con)
Add_missing_cols(con, years)
Arguments
con |
Connection to database |
years |
Numeric vector of years to be harmonised |
Functions
-
Add_photo_fields_2006
: missing columns photo_n/e/s/w in 2006 data from the information of the exif DB -
Add_missing_cols
: missing columns to all tables before merge
See Also
To create the conection please see Connect_to_db
To create the conection please see Connect_to_db
Examples
## Not run:
Add_photo_fields_2006n(con)
## End(Not run)
## Not run:
Add_missing_cols(con, c(2006, 2009, 2012, 2015, 2018))
## End(Not run)
[Package lucas version 1.0 Index]