# NOT RUN {
library(microbenchmark)
microbenchmark::microbenchmark(
icd:::icd_children_defined.icd10cm("A01"),
icd:::icd_children_defined_r.icd10cm("A01")
stopifnot(identical(icd:::icd_children_defined.icd10cm("A00"),
icd:::icd_children_defined_r.icd10cm("A00")))
# }
Run the code above in your browser using DataLab