Get All External HRF Function Names
Source:R/extension_registry.R
get_all_external_hrf_functions.Rd
Returns all function names that should be recognized in formulas from registered external packages.
Examples
register_hrfspec_extension(
spec_class = "demo_hrfspec",
package = "demoPkg",
formula_functions = "demo_hrf"
)
get_all_external_hrf_functions()
#> [1] "demo_hrf"