updateTable: Update a table

View source: R/updateTable.R

updateTableR Documentation

Update a table

Description

Update any inventory, index or translation table of an areal database (internal function not meant for user interaction).

Usage

updateTable(index = NULL, name = NULL, matchCols = NULL, backup = TRUE)

Arguments

index

[tibble(1)]
the table to use as update.

name

[character(1)]
name of the table that shall be updated.

matchCols

[character(.)]
the columns in the old file by which to match.

backup

[logical(1)]
whether or not to store the old table in the log directory.

Value

No return value, called for the side-effect of storing a table in a specified location


arealDB documentation built on July 9, 2023, 6:09 p.m.