View source: R/flex_functions.R
flex.multiTabTables | R Documentation |
Prepares list of data.frames for multi-tab table presentation in flexdashboards.
flex.multiTabTables(df.list, df.list.name)
df.list |
Named list of data.frames. |
df.list.name |
Character specifying name of df.list. |
flexdashboard compatable list of tables.
## Not run:
Tab Header 1
=====================================
Row {.tabset}
-------------------------------------
'''{r multi tab table}
out <- flex.multiTabTables(df.list, "df.list")
'''
`r paste(knitr::knit(text = paste(out, collapse = '\n')))`
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.