dots_f: dots_f

dots_fR Documentation

dots_f

Description

Returns arguments that do belong to a specific function or set of functions

Usage

dots_f(l,args)

Arguments

l

List of packages with their respectives functions

args

list of entry arguments

Examples

# dots is a set of possible arguments
dots <- list(na.strings = "", encoding = "UTF-8", keepFormulas = FALSE)
dots_f(list(data.table="fread"), dots) # we get the arguments of dots that do belong to fread function.

douve/UEMR documentation built on Aug. 28, 2023, 2:30 p.m.