# Example: Modifying the configuration file
if (FALSE) {
modify_config(
path = "path/to/db",
keys = list("limit", c("source", "MODIS/061/MOD13A2", "NDVI")),
new_values = list(1000, "mean")
)
}
Run the code above in your browser using DataLab