Choose a coding system
get_coding_system(
coding_system = NULL,
valid_systems = c("ICD-10-CA", "ICD-10-CM", "ICD-11"),
verbose = interactive()
)A single character string indicating the selected coding system.
Character string. If NULL and interactive(), the user is prompted.
Character vector of allowed coding systems.
Logical; if TRUE, prints guidance using message().