I am new to R and am trying to deploy a Code that was developed in R 3.2.3 but it is giving me the following error.
Error in file(x, "rb") : cannot open the connection
Any suggestions on how to work around this.
Currently using R version 3.5.2 with windows 10 operating system
Load the saved raster stack into R <=============
stk.save <- stackOpen("01June2016_RS3_RasterStackOut.stk")
Error in file(x, "rb") : cannot open the connection