Need help in exporting R apriori rules to Excel
I believe you need to convert them to a data frame before you can use any data frame export functions to save them to disk. See ?as I'm assuming that you are using the arules package; your question is incomplete. I've never used arules myself; I googled "rhelp export apriori rules" Sarah
On Wed, Jan 18, 2017 at 3:09 AM, Edward Tamil <tamildee at gmail.com> wrote:
Hi Sir, Need help in exporting R apriori rules to Excel. i tried write.csv write.table write.csv2 only exporting less than 500 rules. unable to export Large Data. " No Error Msg" File size is "0" -- *Edward *