describe_tbl | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.