> infoRDS("climate_raster.rds")
$version
[1] 2
$writer_version
[1] "3.5.0"
$min_reader_version
[1] "2.3.0"
$format
[1] "xdr"
-Original Message-
From: Bert Gunter
Sent: Saturday, September 18, 2021 11:40 AM
To: reichm...@sbcglobal.net
Cc: R-
Did you try infoRDS() ? It **may** tell you something useful, though
it cannot tell you whether the file is corrupted or not. If you post
its results here, someone **may** be able to tell you something
informative.
That's all I got.
Bert Gunter
"The trouble with having an open mind is that peop
Anyone see what I might be doing wrong? Corrupted rds file maybe. The error
would suggest I'm using an older version of R except I'm running both the
latest RStudio and R versions.
# Load in the tidyverse, raster, and sf packages
library(tidyverse)
library(raster)
library(sf)
# Read the climate d
3 matches
Mail list logo