fillDeductedColumns {editbl}R Documentation

Fill data columns based on foreignTbls

Description

Fill data columns based on foreignTbls

Usage

fillDeductedColumns(tbl, foreignTbls)

Arguments

tbl

tbl

foreignTbls

list of foreign tbls as created by foreignTbl

Details

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.

Value

tbl

Author(s)

Jasper Schelfhout


[Package editbl version 1.0.5 Index]