I'm outputting a PNG from R:
png(filename = "X:/public/my_file.png", width = 1800, height = 1900, units = 'px')
And when I try to open it, I get the error:
A sharing violation occurred
Is this specifically an issue within R, or if it's a permissions issue with Windows? I have access to the folder I'm outputting to so I'm really not sure what the issue is here.