print(t_meta_simple)

  table_id: tid
     title: title
 longtitle: longitle
  subtitle: subtitle
    footer:  ---------------- 
print(t_meta_simple)

  table_id: tid
     title: title
 longtitle: longitle
  subtitle: subtitle
    footer:  ---------------- 




print(t_mash_4)

tid: title - longitle
subtitle 

   factors     numbers     numbers     numbers animals animals animals ints ints ints 
1:    rain       1.434       1.434       1.434     dog     dog     dog   10   10   10 
2:   grain     190.300     190.300     190.300     cat     cat     cat   20   20   20 
3:   stain     228.311     228.311     228.311   camel   camel   camel   40   40   40 
4:    pain       5.210       5.210       5.210     pig     pig     pig   30   30   30 
5:    main 4321543.000 4321543.000 4321543.000   mouse   mouse   mouse   50   50   50 

 ---------------- 




print(t_mash_4, mash_method = "row", insert_blank_row = TRUE)

tid: title - longitle
subtitle 

        numbers animals factors ints 
 1:       1.434     dog    rain   10 
 2:       1.434     dog    rain   10 
 3:       1.434     dog    rain   10 

 4:     190.300     cat   grain   20 
 5:     190.300     cat   grain   20 
 6:     190.300     cat   grain   20 

 7:     228.311   camel   stain   40 
 8:     228.311   camel   stain   40 
 9:     228.311   camel   stain   40 

10:       5.210     pig    pain   30 
11:       5.210     pig    pain   30 
12:       5.210     pig    pain   30 

13: 4321543.000   mouse    main   50 
14: 4321543.000   mouse    main   50 
15: 4321543.000   mouse    main   50 

 ---------------- 




print(t_comp_1)

  ......tab1.......     ......tab2.......     ......tab3.......    
1 id   small   tall     id   small   tall     id   small   tall    
2  1       a      A      1       b      B      1       c      C    
3  2       b      B      2       c      C      2       d      D    
4  3       c      C      3       d      D      3       e      E    
5  4       d      D      4       e      E      4       f      F    
6  5       e      E      5       f      F      5       g      G    
7  6       f      F      6       g      G      6       h      H    




print(t_stack_2)

rp1: Stacked table with spacing 7 - stack table 1 is a stack of tables
with a very long title
that spans several rows
with a subtitle 

 `````````````````````````````````````````````````````````````````````````````````````````````````````````` 
 `           numbers animals factors ints  
 `    1:       1.434     dog    rain   10  
 `    2:       1.434     dog    rain   10  
 `    3:       1.434     dog    rain   10  
 `    4:       1.434     dog    rain   10  
 `    5:     190.300     cat   grain   20  
 `    6:     190.300     cat   grain   20  
 `    7:     190.300     cat   grain   20  
 `    8:     190.300     cat   grain   20  
 `    9:     228.311   camel   stain   40  
 `   10:     228.311   camel   stain   40  
 `   11:     228.311   camel   stain   40  
 `   12:     228.311   camel   stain   40  
 `   13:       5.210     pig    pain   30  
 `   14:       5.210     pig    pain   30  
 `   15:       5.210     pig    pain   30  
 `   16:       5.210     pig    pain   30  
 `   17: 4321543.000   mouse    main   50  
 `   18: 4321543.000   mouse    main   50  
 `   19: 4321543.000   mouse    main   50  
 `   20: 4321543.000   mouse    main   50  
 `   ______________________________________________________________________________________________________ 
 `          numbers     numbers     numbers animals animals animals factors factors factors ints ints ints  
 `   1:       1.434       1.434       1.434     dog     dog     dog    rain    rain    rain   10   10   10  
 `   2:     190.300     190.300     190.300     cat     cat     cat   grain   grain   grain   20   20   20  
 `   3:     228.311     228.311     228.311   camel   camel   camel   stain   stain   stain   40   40   40  
 `   4:       5.210       5.210       5.210     pig     pig     pig    pain    pain    pain   30   30   30  
 `   5: 4321543.000 4321543.000 4321543.000   mouse   mouse   mouse    main    main    main   50   50   50  
 `   ______________________________________________________________________________________________________ 
 `     ..     ....tab1....     ....tab2....     ....tab3....     
 `   1 id     small   tall     small   tall     small   tall     
 `   2  1         a      A         b      B         c      C     
 `   3  2         b      B         c      C         d      D     
 `   4  3         c      C         d      D         e      E     
 `   5  4         d      D         e      E         f      F     
 `   6  5         e      E         f      F         g      G     
 `   7  6         f      F         g      G         h      H     
 `   ______________________________________________________________________________________________________ 
 `   tid: title - longitle 
 `   subtitle  
 `    
 `     ..     ....tab1....     ....tab2....     ....tab3....     
 `   1 id     small   tall     small   tall     small   tall     
 `   2  1         a      A         b      B         c      C     
 `   3  2         b      B         c      C         d      D     
 `   4  3         c      C         d      D         e      E     
 `   5  4         d      D         e      E         f      F     
 `   6  5         e      E         f      F         g      G     
 `   7  6         f      F         g      G         h      H     
 `    
 `    ----------------  
 `   
 `````````````````````````````````````````````````````````````````````````````````````````````````````````` 

that has a footer also
which goes over man lines




print(t_report)

  
 <Composite_table> 
::     ......tab1.......     ......tab2.......     ......tab3.......     
::   1 id   small   tall     id   small   tall     id   small   tall     
::   2  1       a      A      1       b      B      1       c      C     
::   3  2       b      B      2       c      C      2       d      D     
::   4  3       c      C      3       d      D      3       e      E     
::   5  4       d      D      4       e      E      4       f      F     
::   6  5       e      E      5       f      F      5       g      G     
::   7  6       f      F      6       g      G      6       h      H     


 <Composite_table> 
::     ..     ....tab1....     ....tab2....     ....tab3....     
::   1 id     small   tall     small   tall     small   tall     
::   2  1         a      A         b      B         c      C     
::   3  2         b      B         c      C         d      D     
::   4  3         c      C         d      D         e      E     
::   5  4         d      D         e      E         f      F     
::   6  5         e      E         f      F         g      G     
::   7  6         f      F         g      G         h      H     


meta <Tagged_table> <Mashed_table> 
::   tid: title - longitle 
::   subtitle  
::    
::      factors     numbers     numbers     numbers animals animals animals ints ints ints  
::   1:    rain       1.434       1.434       1.434     dog     dog     dog   10   10   10  
::   2:   grain     190.300     190.300     190.300     cat     cat     cat   20   20   20  
::   3:   stain     228.311     228.311     228.311   camel   camel   camel   40   40   40  
::   4:    pain       5.210       5.210       5.210     pig     pig     pig   30   30   30  
::   5:    main 4321543.000 4321543.000 4321543.000   mouse   mouse   mouse   50   50   50  
::    
::    ----------------  


 <Tagged_table> <Stacked_table> 
::   rp1: Stacked table with spacing 7 - stack table 1 is a stack of tables 
::   with a very long title 
::   that spans several rows 
::   with a subtitle  
::    
::    ``````````````````````````````````````````````````````````````````````````````````````````````````````````  
::    `           numbers animals factors ints   
::    `    1:       1.434     dog    rain   10   
::    `    2:       1.434     dog    rain   10   
::    `    3:       1.434     dog    rain   10   
::    `    4:       1.434     dog    rain   10   
::    `    5:     190.300     cat   grain   20   
::    `    6:     190.300     cat   grain   20   
::    `    7:     190.300     cat   grain   20   
::    `    8:     190.300     cat   grain   20   
::    `    9:     228.311   camel   stain   40   
::    `   10:     228.311   camel   stain   40   
::    `   11:     228.311   camel   stain   40   
::    `   12:     228.311   camel   stain   40   
::    `   13:       5.210     pig    pain   30   
::    `   14:       5.210     pig    pain   30   
::    `   15:       5.210     pig    pain   30   
::    `   16:       5.210     pig    pain   30   
::    `   17: 4321543.000   mouse    main   50   
::    `   18: 4321543.000   mouse    main   50   
::    `   19: 4321543.000   mouse    main   50   
::    `   20: 4321543.000   mouse    main   50   
::    `   ______________________________________________________________________________________________________  
::    `          numbers     numbers     numbers animals animals animals factors factors factors ints ints ints   
::    `   1:       1.434       1.434       1.434     dog     dog     dog    rain    rain    rain   10   10   10   
::    `   2:     190.300     190.300     190.300     cat     cat     cat   grain   grain   grain   20   20   20   
::    `   3:     228.311     228.311     228.311   camel   camel   camel   stain   stain   stain   40   40   40   
::    `   4:       5.210       5.210       5.210     pig     pig     pig    pain    pain    pain   30   30   30   
::    `   5: 4321543.000 4321543.000 4321543.000   mouse   mouse   mouse    main    main    main   50   50   50   
::    `   ______________________________________________________________________________________________________  
::    `     ..     ....tab1....     ....tab2....     ....tab3....      
::    `   1 id     small   tall     small   tall     small   tall      
::    `   2  1         a      A         b      B         c      C      
::    `   3  2         b      B         c      C         d      D      
::    `   4  3         c      C         d      D         e      E      
::    `   5  4         d      D         e      E         f      F      
::    `   6  5         e      E         f      F         g      G      
::    `   7  6         f      F         g      G         h      H      
::    `   ______________________________________________________________________________________________________  
::    `   tid: title - longitle  
::    `   subtitle   
::    `     
::    `     ..     ....tab1....     ....tab2....     ....tab3....      
::    `   1 id     small   tall     small   tall     small   tall      
::    `   2  1         a      A         b      B         c      C      
::    `   3  2         b      B         c      C         d      D      
::    `   4  3         c      C         d      D         e      E      
::    `   5  4         d      D         e      E         f      F      
::    `   6  5         e      E         f      F         g      G      
::    `   7  6         f      F         g      G         h      H      
::    `     
::    `    ----------------   
::    `    
::    ``````````````````````````````````````````````````````````````````````````````````````````````````````````  
::    
::   that has a footer also 
::   which goes over man lines 
