I'm running the following code in R Markdown.
products <- read_csv(here("data", "5000_products.csv"))
But I'm getting the following error. Error in here("data", "5000_products.csv"): unused arguments ("data", "5000_products.csv")
I have installed and loaded the library(here)
Not sure what could be the problem here, could someone please help?