occurrence_info {oeli} | R Documentation |
Provide information about occurrences
Description
This function provides verbose information about absolute or relative
element occurrences in data.frame
columns.
Usage
occurrence_info(x, relative = FALSE, named = FALSE)
Arguments
x |
[ |
relative |
[ |
named |
[ |
Value
A character()
.
See Also
Other data.frame helpers:
delete_columns_data.frame()
,
group_data.frame()
,
round_data.frame()
Examples
occurrence_info(datasets::warpbreaks, relative = FALSE, named = TRUE)
[Package oeli version 0.7.4 Index]