describe_tbl: Describe table

View source: R/describe.R

describe_tblR Documentation

Describe table

Description

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

Usage

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

Arguments

data

A dataset

n

Weights variable for count-data

target

Target variable (binary)

out

Output format ("text"|"list")

Value

Description as text or list

Examples

describe_tbl(iris)

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

explore documentation built on Oct. 11, 2023, 9:07 a.m.