
Error
=====

> match_name(all_bad_code, fake_ald())
Error: Some `sector_classification_direct_loantaker` must be known, i.e. one of:
A, 1, 11, 111, 112, 113, 114, 115, 116, 119, 12, 121, 122, 123, 124, 125, 126...

> match_name(all_bad_system, fake_ald())
Error: Some `sector_classification_system` must be known, i.e. one of:
ISIC, NACE and NAICS


Warning
=======

> invisible(match_name(some_bad_code, fake_ald()))
Warning: Some `sector_classification_direct_loantaker` are unknown:
-999

> invisible(match_name(some_bad_system, fake_ald()))
Warning: Some `sector_classification_system` are unknown:
bad

