Description Usage Arguments Details Examples
Merges objects of a list.
1  | master_tab(x)
 | 
x | 
 list with dfrs/ tibbles / ...  | 
Uses rbind() to connect all elements of a given list in one object. Works only with data arranged in columns.
1 2 3  | #rm(list = ls())
x <- list(x = makro_output, x = makro_output)
master_tab(x)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.