Learn R Programming

partition (version 0.2.2)

is_same_function: Are two functions the same?

Description

is_same_function() compares functions correctly even if they are partialized.

Usage

is_same_function(x, y)

Value

logical: TRUE or FALSE

Arguments

x, y

functions to compare