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

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