View source: R/create_table.reglog.R
create_table.reglog | R Documentation |
Generic function to create HTML tables from lists of results
## S3 method for class 'reglog' create_table(.fit_list, .annotation = NULL, .only_summary = FALSE, ...)
.fit_list |
A list of fits produced using functions of the analyzeD package. |
.annotation |
An annotation file. |
.only_summary |
Boolean indicating whether to only include the summary. |
... |
Additional arguments to be passed to the function. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.