Get the HRF Function Name for External Specifications
Source:R/extension_registry.R
get_external_hrfspec_functions.Rd
Returns the function name(s) that should be recognized in formulas for a given external HRF specification class.
Examples
register_hrfspec_extension(
spec_class = "demo_hrfspec",
package = "demoPkg",
formula_functions = c("demo_hrf", "demo_trialwise")
)
get_external_hrfspec_functions("demo_hrfspec")
#> [1] "demo_hrf" "demo_trialwise"