79303369

Date: 2024-12-23 14:30:26
Score: 1.5
Natty:
Report link

using terra package

#Load all files

library(terra)

netfiles <- list.files('envdata', pattern = '.nc$', full.names = TRUE)
    
envdata <- rast(netfiles)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Anthony Basooma