Skip to content
Prev 359595 / 398503 Next

converting a class dataframe (chars) to transaction class

Running R backend MySQL - ran a query
<dataframe> <- Query
the resulting dataframe contains 2 columns and both are chars.
Need to change the dataframe class to transaction class
as I need to run Apriori algorithm
how to do that?

Thanks
Santanu