| var_summary | R Documentation | 
A summary tibble of the columns of a data frame. Each row in the output corresponds to a column
in df.
var_summary(df, na_strings = string_missing())
| df | A data frame. | 
| na_strings | Character vector to match for the  | 
A tibble with columns as follows.
| var | The name of the column in  | 
| index | The position of the column in  | 
| class | The first element of the class of the column. | 
| unique | The number of unique values in the column. Note that  | 
| missing | The number of missing values in the column ( | 
| pct_missing | The percentage of values in the column that are missing. | 
| str_missing | The number of matches to strings in the  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.