Learn R Programming

purrrogress (version 0.1.1)

is_purrr_map2_fun: Check if a function is a map2 derived function

Description

Besides the obvious map2 and map2_* variants, this also covers functions based off map2:

Usage

is_purrr_map2_fun(fun)

Arguments

fun

function to test.