A helper to getOption("reproducible.rasterRead")
rasterRead(...)A function, that will be the evaluated, parsed character
string, e.g., eval(parse(text = "terra::rast"))
# returns the function named by getOption("reproducible.rasterRead")
rr <- getOption("reproducible.rasterRead")
rr
#> [1] "terra::rast"