Nothing
Code
conformance(off)
Condition
Error:
! `x` carries no conformance findings.
x No artoo.conformance attribute was found.
i Run `apply_spec()` with `conformance = "warn"` or `"abort"`, or call `check_spec()` directly.
Code
print(conformance(dm))
Output
<artoo_findings>: 0 errors, 0 warnings, 0 notes
No findings. The data conforms to the spec.
Code
print(check_spec(clean, adam, "ADSL"))
Output
<artoo_findings>: 0 errors, 0 warnings, 0 notes
No findings. The data conforms to the spec.
Code
print(f)
Output
<artoo_findings> DM: 1 error, 1 warning, 0 notes
Errors
------
[codelist_membership] 'SEX' has 1 value(s) outside codelist 'C66731': X. (DM.SEX)
Warnings
--------
[extra_variable] Column 'NOTSPEC' is not declared in the spec. (DM.NOTSPEC)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.