Private function to process the upper hierarchies when creating the RDBESEstObject

procRDBESEstObjUppHier(
  myRDBESEstObj = NULL,
  rdbesPrepObject,
  hierarchyToUse,
  i = 1,
  targetTables,
  verbose = FALSE
)

Arguments

myRDBESEstObj

An RDBESEstObj to add data to

rdbesPrepObject

A prepared RDBESRawObj

hierarchyToUse

The hierarchy we are using

i

Integer to keep track of where we are in the list of tables

targetTables

The RDBES tables we are interested in

verbose

logical. Output messages to console.

Value

Whoever revises this function please specify what it returns here