getOption("reproducible.rasterRead")
R/helpers.R
rasterRead.Rd
A helper to getOption("reproducible.rasterRead")
rasterRead(...)
Passed to the function parsed and evaluated from getOption("reproducible.rasterRead")
A function, that will be the evaluated, parsed character string, e.g., eval(parse(text = "terra::rast"))
eval(parse(text = "terra::rast"))