Dear all,
I need to export my dataset "day" in Rstudio to an Excel file. I have done the following:
write_xlsx(x = day, path = "day.xlsx", col_names = TRUE)
Luckily, there is no error or warning, so it seems like it worked. But, I can not find the file anywhere on my computer. Can somebody help me with this? Did I do something wrong with the path (I have troubles understanding how paths work)?
Thanks in advance!