CheckDots | R Documentation |
Function to check the use of unused arguments passed to ...
; this
function is designed to be called from another function to see if an
argument passed to ...
remains unused and alert the user if so.
Adapted from Seurat::CheckDots
CheckDots(..., args = NULL, fxns = NULL)
... |
Arguments passed to other methods |
args |
A list of arguments to check for unused arguments |
fxns |
A list of functions to check for unused arguments |