tester (version 0.1.7)

same_mode: Same Mode

Description

same_mode() tests if two objects have the same mode
different_mode() tests if two objects have different mode

Usage

same_mode(x, y)

Arguments

x

an R object

y

an R object

Examples

Run this code
same_mode(letters[1:3], "class") # TRUE
same_mode(1:3, "class") # FALSE

Run the code above in your browser using DataCamp Workspace