powered by
Generate extensive description of a data set.
description(dataSet, 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)
# NOT RUN { # Load exemple set data(messy_adult) # Describe it description(messy_adult) # }
Run the code above in your browser using DataLab