occurrence_info: Provide information about occurrences

View source: R/occurrence_info.R

occurrence_infoR 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

[data.frame]
The object to check for occurrences.

relative

[logical(1) ]
The number of rows or columns to be printed, greater or equal 2.

named

[logical(1) ]
Prepend column names of x (if not NA)?

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)

oeli documentation built on Aug. 18, 2025, 5:24 p.m.