new_specials {fabletools} | R Documentation |
Create evaluation environment for specials
Description
Allows extension packages to make use of the formula parsing of specials.
Usage
new_specials(..., .required_specials = NULL, .xreg_specials = NULL)
Arguments
... |
A named set of functions which used to parse formula inputs |
.required_specials |
The names of specials which must be provided (and if not, are included with no inputs). |
.xreg_specials |
The names of specials which will be only used as inputs to other specials (most commonly |
[Package fabletools version 0.4.2 Index]