# Preview all output
classify(c("C80", "I20", "unvalid_code"), "elixhauser")
# Preview only the first row
print(classify(c("C80", "I20", "unvalid_code"), "elixhauser"), n = 1)
# Print object as is (matrix)
print(classify(c("C80", "I20", "unvalid_code"), "elixhauser"), n = NULL)
Run the code above in your browser using DataLab