describe_tbl {explore} | R Documentation |
Describe table (e.g. number of rows and columns of dataset)
describe_tbl(data, n, target, out = "text")
data |
A dataset |
n |
Weights variable for count-data |
target |
Target variable (binary) |
out |
Output format ("text"|"list") |
Description as text or list
describe_tbl(iris)
iris[1,1] <- NA
describe_tbl(iris)