Description Usage Arguments Details Value
View source: R/summary_functions.R
For grouped tibbles, summary statistics are done for each group seperately. By default, analyses all numeric variables. You can select specific variables using all syntax avaiable when using dplyr::select.
1 | summarise_date(x, ...)
|
x |
A tibble. |
... |
Comma separated list of unquoted expressions. You can treat variable names like they are positions. Use positive values to select variables; use negative values to drop variables. (This uses dplyr::select.) |
This selects all variables that are lubridate::is.instant().
A tibble with the summary.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.