Export a tree in DOT format. This function generates a GraphViz representation of the tree, which is then written into `dot_string`.
export_graphviz(tree, include.na.path)
the tree to convert
A boolean toggling whether to include the path of missing values or not.