ftype: Determine function type.

Description Usage Arguments Value Examples

Description

This function figures out whether the input function is a regular/primitive/internal function, a internal/S3/S4 generic, or a S3/S4/RC method. This is function is slightly simplified as it's possible for a method from one class to be a generic for another class, but that seems like such a bad idea that hopefully no one has done it.

Usage

1
ftype(f)

Arguments

f

unquoted function name

Value

a character of vector of length 1 or 2.

Examples

1
2
3
4
5
6

sloop documentation built on May 1, 2019, 10:30 p.m.