skim | R Documentation |
skim()
provides an overview of a data frame asan alternative to summary()
. This function is a wrapper for the skimr::skim()
function of R
package skimr
.
skim(data, hist = TRUE, ...)
data |
a data frame or matrix. |
hist |
Logical: TRUE (default) to report the histogram of each variable. |
... |
columns to select for skimming. the default is to skim all columns. |
Reza Mohammadi a.mohammadi@uva.nl and Kevin Burke kevin.burke@ul.ie
summary()
data(risk)
skim(risk)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.