Skip to contents

Simple wrapper around rlang::exec to pass parameters and df to fn

Usage

exec_scenario(df, fn, parameters)

Arguments

df

(data.frame) containing the data.

fn

function to be executed

parameters

parameters to be passed to fn