I am trying to run this command in R in order to run a function:
xlsxToR <- function("C:\\Users\\Nabila\\Dropbox\\IsolutionsProject\\ServiceRequestTickets.zip", keep_sheets = "TicketDetails", header = FALSE)
However, I tend to get this error when I run it:
Error: unexpected string constant in "xlsxToR <- function("C:\\Users\\Nabila\\Dropbox\\IsolutionsProject\\ServiceRequestTickets.zip""
I have tried looking for a mistake in my file path. Tried using forward slashes but to no avail. Can anyone help please?