# Everything
nrow(list_rules())
# What does the rule the report just named actually check?
list_rules(id = "CORE-000547")$issue
# What applies to AE under SDTMIG 3.4?
nrow(list_rules(domain = "AE", standard = "SDTMIG", version = "3.4"))
# Which snapshot of CDISC's rules is this?
attr(list_rules(), "rules_version")
Run the code above in your browser using DataLab