Thank you for your support.
i did as you mentioned
AOSD <- read.csv("AOBranchSales.csv", fileEncoding = "utf8", row.names = NULL)
But i get the following Message:
Warning messages:
1: In read.table(file = file, header = header, sep = sep, quote = quote, :
invalid input found on input connection 'AOBranchSales.csv'
2: In read.table(file = file, header = header, sep = sep, quote = quote, :
incomplete final line found by readTableHeader on 'AOBranchSales.csv'
please note that iam not using the dropbox link, i have my project folder and there resides my csv.
file name is AOBranchSales.csv
In case i use the code you mentioned as is, i have the same warning message:
Warning messages:
1: In read.table(file = file, header = header, sep = sep, quote = quote, :
invalid input found on input connection 'https://www.dropbox.com/s/dtm17dr1mbtbhzl/AO%20Branch%20Sales.csv?dl=1'
2: In read.table(file = file, header = header, sep = sep, quote = quote, :
incomplete final line found by readTableHeader on 'https://www.dropbox.com/s/dtm17dr1mbtbhzl/AO%20Branch%20Sales.csv?dl=1'