describe.Rddescribe can be used to specify which variables should be
described how.
describe_if allows to to specify variables by using predicates as in
select_if.
describe(dscr, with, append = FALSE, ...) describe_if(dscr, .predicate, with, ...)
| with | list of descriptors to be used with the selected variables. |
|---|---|
| ... | one or more unquoted expressions separated by commas passed to
|
| .predicate | A predicate function passed to |
| descr |
|
| APPEND | [=FALSE] flag indicating whether previously defined descriptors should be overwritten. |
An object of class describr where the defined descriptors
are added to the specified variables.