Invert nested table-in-table hierarchy in tables or timetables
T2 = inner2outer(
finds the variables
in T1
)T1
that are themselves tables or timetables. It returns
T2
, a table or timetable that also contains nested tables or
timetables as variables. The names of the variables in T2
are
taken from the names of the variables inside the nested tables or timetables of
T1
. Then, inner2outer
regroups variables
in the nested tables or timetables of T2
appropriately, as shown
in the diagram. If T1
has variables that are not tables or
timetables, then those variables are unaltered in T2
.