A presence-absence view of camera trap surveys using the VBA upload template
Examples
if (FALSE) { # \dontrun{
con <- weda_connect(password = keyring::key_get(service = "ari-dev-weda-psql-01",
username = "psql_user"))
DBI::dbExecute(conn = con,
paste(SQL("CREATE VIEW camtrap.processed_vba_format AS"),
vba_format(con = con, return_data = FALSE)))
} # }