write_association_rules_to_csv {niarules}R Documentation

Write Association Rules to CSV file

Description

This function writes association rules to a CSV file.

Usage

write_association_rules_to_csv(rules, file_path)

Arguments

rules

A list of association rules.

file_path

The file path for the CSV output.

Value

No explicit return value. The function writes association rules to a CSV file specified by the 'file_path' parameter. A message is printed to the console indicating the successful completion of the writing process.


[Package niarules version 0.1.0 Index]