flex.multiTabTables: Generate multi-tab datatable list for flexdashboard

View source: R/flex_functions.R

flex.multiTabTablesR Documentation

Generate multi-tab datatable list for flexdashboard

Description

Prepares list of data.frames for multi-tab table presentation in flexdashboards.

Usage

flex.multiTabTables(df.list, df.list.name)

Arguments

df.list

Named list of data.frames.

df.list.name

Character specifying name of df.list.

Value

flexdashboard compatable list of tables.

Examples

## 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)


NMikolajewicz/scMiko documentation built on June 28, 2023, 1:41 p.m.