modes_of_objects: Find modes of objects

View source: R/modes_of_objects.R

modes_of_objectsR Documentation

Find modes of objects

Description

Find modes of objects

Usage

modes_of_objects(...)

Arguments

...

R objects.

Value

the output will be a data.table listing objects and their mods.

Examples

modes_of_objects(
TRUE, FALSE, 1L, 1:3, 1.1, c(1.2, 1.3), "abc", 1 + 2i, intToBits(1L))

jinkim3/kim documentation built on Feb. 26, 2025, 10:03 a.m.