set_taxis

Function combineRKS

  Combine two or more RKS (Reeksadministratie) blocks.
  
  

CALL:

   RKS = combineRKS(oldRKS, newRKS)
  
  

INPUT:

   oldRKS: Struct or struct array with one or more existing RKS blocks.
   newRKS: Struct or struct array with RKS block to be added.
  
  

OUTPUT:

   RKS: Structure with combined RKS blocks.
    
  

APPROACH:

   The period is extended from first to last observation.
   There are two different ways to call this function:
   1. incremental: 1 RKS is added.
   2. parallel: A struct array of RKS blocks is added.
  
  

See also:

emptyRKS