Forgive me as I am very new to coding and using r. I am trying to import many .tif files into rstudio that I obtained from WorldClim (historical monthly weather data 2010-2018). There are 120 .tif files in a zipped folder which I have unzipped. I tried to import them into a rasterbrick but it looks like it is just one raster layer
brk1 <- do.call(brick, lapply(list.files(path =
"/Classes F2020/ES 232/tmin_tmax/wc.2.1_2.5m_tmax_2010-2018",
pattern = "Band*.*tif"), raster))
View(brk1)
brk
#class : RasterBrick
#dimensions : 180, 360, 64800, 1 (nrow, ncol, ncell, layers)
#resolution : 1, 1 (x, y)
#extent : -180, 180, -90, 90 (xmin, xmax, ymin, ymax)
#crs : +proj=longlat +datum=WGS84 +ellps=WGS84 +towgs84=0,0,0