Learn R Programming

kim (version 0.6.1)

modes_of_objects: Find modes of objects

Description

Find modes of objects

Usage

modes_of_objects(...)

Value

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

Arguments

...

R objects.

Examples

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

Run the code above in your browser using DataLab