Skip to main content

match_fun

Function match_fun 

Source
fn match_fun(f: &RValue, env: &Environment) -> Result<RValue, RError>
Expand description

Resolve a function specification: accepts an RValue::Function directly, or a string naming a function to look up in the environment. Equivalent to R’s match.fun().