combine: Test Functions

Description Usage Arguments

View source: R/testing.R

Description

Functions to demonstrate R CMD check warning produced by registration of a formula method when it and its S3 generic both have an ellipsis as the first argument.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
combine(...)

## Default S3 method:
combine(...)

## S3 method for class 'data.frame'
combine(...)

## S3 method for class 'factor'
combine(...)

## S3 method for class 'formula'
combine(...)

## S3 method for class 'list'
combine(...)

## S3 method for class 'logical'
combine(...)

## S3 method for class 'matrix'
combine(...)

## S3 method for class 'numeric'
combine(...)

Arguments

...

arguments passed to other methods.


brian-j-smith/EllipsisCheck documentation built on Jan. 31, 2020, 8:57 a.m.