CheckDotsR Documentation

Check the use of the dots

Description

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

Usage

CheckDots(..., args = NULL, fxns = NULL)

Arguments

...

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