Hi,
Like Permissions issue, I'm having an issue where I can't run a command because R is unable to delete a temp file. I've tried changing the permissions within that folder in windows, updating R, and trying to run the same command with the file in a different location. Ultimately the goal here is to run the following code:
TaxIDs <- accessionToTaxa(Accession,'accessionTaxa.sql')
The error message I get when I run this is:
Error: no such table: accessionTaxa
Warning message:
In file.remove(tmp) :
cannot remove file 'C:\Users\Merlin\AppData\Local\Temp\RtmpkbYvsa\file4648647840ed', reason 'Permission denied'
Any suggestions are appreciated! Thanks so much.