I am trying to upload a .csv
file using arules
library but the data is not uploaded in table format but upon using View()
, it is showing some clickable tabs, with columns namely: Name, Type, Value without actual data.
Can you please tell me how I can bring it in table format? Thanks!
groc <- read.transactions(file.choose())