I have a table in excel that I need to import into R. I was able to do this quietly with the read.csv function when the table in question was online, but I'm having trouble importing the file directly from my computer. As the code I'm doing will be sent to someone else, I can not put an absolute path, and I'm having trouble applying the function to a relative path.
I think my problem is basic, but since I did not find any questions about it, I thank anyone who can answer me.