doJoin.Rd
This is the third function necessary for the combination of the extracted Tables Here all the Tables generated beforehand are combined in the respective order with the others. The tables are saved as tibbles and differred by the Table Type (MLRA, LUT CF, VIs). Aside the **con** parameter the function needs the linkage inormation provided by the `getTabs`
doJoin(tabs, removeid = F)
tabs | nested tibble; table extraction done by `getTabs` |
---|---|
removeid | boolean; Shall the ID be removed? |