Find modes of objects
modes_of_objects(...)
...
the output will be a data.table listing objects and their mods.
modes_of_objects( TRUE, FALSE, 1L, 1:3, 1.1, c(1.2, 1.3), "abc", 1 + 2i, intToBits(1L))
Useful links