skim_data | R Documentation |
Skim data - get basic information about a given data set
skim_data(df, vars = NULL)
df |
Spark DataFrame object |
vars |
list of variables in spark dataframe object to explore |
A tibble object with columns: variable name, variable type, example, missing count, missing percent, unique count, and total number of rows
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.