Function to update values from one by another output database
Closed this issue · 0 comments
dschlaep commented
For instance, function(db1, db2, fields = list(table1 = c("MAT", "MAP"))
would update the fields of MAT
and MAP
of table1
of db1
with corresponding values from db2
.
Useful if some runs and/or some fields needed to be re-run due to problems in the first set.