Learn R Programming

dataPreparation (version 0.4.3)

description: Describe data set

Description

Generate extensive description of a data set.

Usage

description(dataSet, level = 1, path_to_write = NULL, verbose = TRUE)

Arguments

dataSet

Matrix, data.frame or data.table

level

Level of description (0: generic, 1: column by column) (numeric, default to 1)

path_to_write

Path where the report should be written (character, default to NULL)

verbose

Should the algorithm talk? (Logical, default to TRUE)

Examples

Run this code
# NOT RUN {
# Load exemple set
data(messy_adult)

# Describe it
description(messy_adult)
# }

Run the code above in your browser using DataLab