Description Usage Arguments Value Examples
This function calculates the following statistics for all variables in the dataframe:
var: Variable name
name: Variable label
class: Variable class
valid: Number of valid cases
n.na: Number of NA
's
n.distinct: Number of distinct values
1 | df_summary(df, drop = FALSE)
|
df |
The dataframe to be summarised. |
drop |
If |
A (dataframe) with the description of all variables.
1 | summary <- df_summary(df)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.