Export Decision Tree to Various Formats
Usage
export_decision_tree(file_path, format = "md", output_path = NULL)
Arguments
- file_path
Path to the decision tree YAML file
- format
Output format ("html", "pdf", or "md")
- output_path
Path where to save the output file
Value
Invisibly returns the path to the exported file