Update any inventory, index or translation table of an areal database.
updateTable(index = NULL, name = NULL, matchCols = NULL, backup = TRUE)
[tibble(1)
] the table to use as update.
[character(1)
] name of the table that shall be updated.
[character(.)
] the columns in the old file by
which to match.
[logical(1)] whether or not to store the old table in the
log
directory.