Learn R Programming

filecacher (version 0.2.9)

fns_equal: Check whether two function objects have the same text definition.

Description

Check whether two function objects have the same text definition.

Usage

fns_equal(x, y)

Value

Logical

Arguments

x

First function to compare.

y

Second function to compare.