fns_equal {filecacher} | R Documentation |
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)
Arguments
x |
First function to compare. |
y |
Second function to compare. |
Value
Logical
[Package filecacher version 0.2.9 Index]