clst_code_to_term(code = "C66731")
# `code` is vectorized.
clst_code_to_term(code = c("C66731", "C66733"))
# Invalid codes (e.g. `"C007"`) map to `NA`.
clst_code_to_term(code = c("C66731", "C66733", "C007"))
Run the code above in your browser using DataLab