This function lets the user to check quickly the structure of a dataset (data.frame). It returns multiple counters for useful metrics, a plot, and a list of column names for each of the column metrics.
df_str(df, return = "skimr", plot = TRUE, subtitle = "")
Dataframe
Character. Return "skimr" for skim results, "numbers" for numbers, or "names" for column names of each of the cateogries
Boolean. Do you wish to see a plot?
Character. Add subtitle to plot