write.xlsx does not error if it doesn't have write permissions #190
Labels
question
Further information is requested
waiting for answer
If not answered, the issue will be closed in 7 days.
Describe the bug
If
write.xlsx
is asked to write out data to a file that the user doesn't have write permissions to, it fails silently.To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should throw an error, like
write.csv
does:This was using the latest CRAN version: 4.2.3
The text was updated successfully, but these errors were encountered: