fillDeductedColumns {editbl} | R Documentation |
Fill data columns based on foreignTbls
fillDeductedColumns(tbl, foreignTbls)
tbl |
|
foreignTbls |
list of foreign tbls as created by |
When a combination of columns is not found in the foreignTbl, fill the deductedColumns with NA.
on foreignTbls suggesting conflicting data, an arbitrary choice is made. It is best to afterwards check with checkForeignTbls to see if a valid result is obtained.
tbl
Jasper Schelfhout