I have set of 28553 association rules generated using arules
package of R.
I can view them in console using inspect(rules)
Now how to store them in a csv(or tsv) file or into MySQL directly?
I have set of 28553 association rules generated using arules
package of R.
I can view them in console using inspect(rules)
Now how to store them in a csv(or tsv) file or into MySQL directly?