View source: R/suggest_rules.R
| apply_suggestion_rules | R Documentation |
Evaluates suggestion rules against provided context data and returns applicable suggestions. Used by generate_stage_suggestions() for consistent suggestion generation.
apply_suggestion_rules(stage_name, context_data, rules_list = NULL)
stage_name |
Name of the BID stage |
context_data |
Named list with stage-specific context |
rules_list |
Optional custom rules list (defaults to consolidated rules) |
Character vector of applicable suggestions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.