View source: R/flex_functions.R
flex.multiTabLogs | R Documentation |
Prepares list of prior analysis logs for multi-tab table presentation in flexdashboards.
flex.multiTabLogs(module.logs)
module.logs |
Character vector specifying name of prior analysis logs available in global enviroment. Must have "df.log_Module_" stem. |
flexdashboard compatable list of analysis logs
## Not run:
'''{r multi tab log}
out <- flex.multiTabLogs(module.logs)
'''
`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.