fxd: Effex Dispatch

Description Usage Arguments

Description

Effex Dispatch objects are intended for a simplified dispatch with S3 generics. They have the classes "fxd_<task><subclass>" where task is a specific task, often fulfilled by the function "fx<task>" (e. g. fx_info()) and subclass stands for a specific category that is useful within the task.

Usage

1
2
3
4
5
6
7
fxd(task, subclass = NULL)

is_fxd(x)

fxd_task(x)

fxd_subclass(x)

Arguments

task

a character without "_" that can specify a class

subclass

a character that can specify a class (may include "_"). Default is NULL which indicates that a subclass is unnecessary.

x

an object


sflippl/tectr documentation built on May 6, 2019, 8:51 a.m.