summary_table | R Documentation |
Summary table of dataset
summary_table(.data, cols = "", grouping = "", catFn = table,
conFn = summary)
.data |
NONMEM dataset |
cols |
character vector containing columns to summarise |
grouping |
character vector containing columns to group by |
catFn |
function to use when summarising non-numeric cols |
conFn |
function to use when summarising numeric cols |
a dataframe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.