Learn R Programming

explore (version 1.3.4)

describe_tbl: Describe table

Description

Describe table (e.g. number of rows and columns of dataset)

Usage

describe_tbl(data, n, target, out = "text")

Value

Description as text or list

Arguments

data

A dataset

n

Weights variable for count-data

target

Target variable (binary)

out

Output format ("text"|"list")

Examples

Run this code
describe_tbl(iris)

iris[1,1] <- NA
describe_tbl(iris)

Run the code above in your browser using DataLab