powered by
Generate extensive description of a data set.
description(data_set, level = 1, path_to_write = NULL, verbose = TRUE)
Matrix, data.frame or data.table
Level of description (0: generic, 1: column by column) (numeric, default to 1)
Path where the report should be written (character, default to NULL)
Should the algorithm talk? (Logical, default to TRUE)
# Load exemple set data(tiny_messy_adult) # Describe it description(tiny_messy_adult)
Run the code above in your browser using DataLab