powered by
This function provides verbose information about absolute or relative element occurrences in data.frame columns.
data.frame
occurrence_info(x, relative = FALSE, named = FALSE)
A character().
character()
[data.frame] The object to check for occurrences.
[logical(1) ] The number of rows or columns to be printed, greater or equal 2.
logical(1)
2
[logical(1) ] Prepend column names of x (if not NA)?
x
NA
Other data.frame helpers: delete_columns_data.frame(), group_data.frame(), round_data.frame()
delete_columns_data.frame()
group_data.frame()
round_data.frame()
occurrence_info(datasets::warpbreaks, relative = FALSE, named = TRUE)
Run the code above in your browser using DataLab