Hello.
I'm trying to export a list to a xlsx file using export_list command in rio package.
I wrote this command
export_list(list1, "D:/lista.xlsx")
Then I got this error message:
Error in export_list(list1, "D:/lista.xlsx") : 'file' must have a %s placehold
Can you help me solving this problem using this command or another?