dot-get_shared_args: Get the arguments which apply to a function among a given...

.get_shared_argsR Documentation

Get the arguments which apply to a function among a given list of arguments.

Description

This function is used to find which arguments should be passed to a list of functions among the dot arguments passed to a higher-level function.

Usage

.get_shared_args(func_list, dots_args)

Arguments

func_list

list of functions

dots_args

list of arguments

Value

elements of dots_args which can be passed to func_list


covid-19-Re/estimateR documentation built on Sept. 14, 2024, 5:49 a.m.