tooth_convert("11", from = "fdi", to = "quadrant")
tooth_convert("ur1", from = "quadrant", to = "fdi")
tooth_convert(c("1", "16", "17", "32"), from = "universal", to = "fdi")
# Primary dentition uses ADA letters A-T for the universal system:
tooth_convert("ur1", from = "quadrant", to = "universal",
dentition = "primary") # "E"
tooth_convert("K", from = "universal", to = "fdi", dentition = "primary")
Run the code above in your browser using DataLab