A wrapper to ncdf4::nc_open() that will pause and try again up to 119 times
if at first it fails, to overcome temporary net access errors or DAP errors.
safe_nc_open.Rd
Parameters before 'tries' are passed through to ncvar_get
safe_nc_open(filename, tries =4)
Arguments
tries
number of times to retry (increasing pause length by one second each time. Default 4