describe_tbl {explore} | R 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)
[Package explore version 1.3.1 Index]