Hello !
I have an issue, i'm trying to export a dataframe from R into a excel format by using the function :
write_xlsx () but R is printing that problem :
System error = Permission denied
Error: Error in libxlsxwriter: 'Error creating output xlsx file. Usually a permissions error.'
I suppose that i have to allow R some permission but i don't know how to do that
Thank you