After installing and loading packages this is the code that I am having problems with.
transactions <- read.csv("transactions.csv")
This is the message that I get:
" Error in read.table(file = file, header = header, sep = sep, quote = quote, :
duplicate 'row.names' are not allowed
In addition: Warning messages:
1: In read.table(file = file, header = header, sep = sep, quote = quote, :
line 1 appears to contain embedded nulls..."
and it goes on saying the same thing