
Load a herald config and its associated rules from cache
Source:R/rule-fetch.R
load_herald_config.RdReads a config JSON file from the herald-rules cache, then loads only the YAML rules referenced by that config.
Value
A list of herald_rule objects with a "ct_data" attribute
containing resolved controlled terminology.
See also
fetch_herald_rules() to download rules,
validate() to run rules.
Other conformance:
adam_rules(),
build_anchor_index(),
clear_ct(),
fda_rules(),
fetch_core_rules(),
fetch_herald_rules(),
herald_rules_cache_dir(),
list_ct(),
new_herald_context(),
pmda_rules(),
register_ct(),
register_operator(),
rule_catalog(),
rule_config(),
update_core_rules(),
validate(),
validate_spec(),
validate_spec_define(),
validation_report(),
verify_html_report()