Value
A transposed data.frame, with row.names equal to cols
, and first column
is the number of lines in .data
where each col is equal to 1
.
Details
It is a simple wrapper around dplyr::summarise()
.
Be careful not to supply factors with > 2 levels or continuous outcome
(the function does NOT have a checker for this, so that it is faster).
Also, the function WONT work with NAs. Use desc_facvar()
.
if you need more detailed description of your dataset.