wpgp/foot

pass additional arguments to calculate_footstats

Closed this issue · 0 comments

Allow calculate_footstats wrapper function to accept additional arguments to the _calc functions. Currently it uses default and most common workflow patterns.

This could involve adding and evaluating a dots ("...") argument, but the do.call() with mget() looks for the argument values for the _calc functions in the environment.