if (FALSE) {
products <- c("ASP2020", "ELEV2020", "230CC")
aoi <- c("-123.7835", "41.7534", "-123.6352", "41.8042")
email <- "email@example.com>"
resp <- landfireAPIv2(products, aoi, email, background = TRUE)
job_id <- resp$request$job_id #Get job_id from a previous request
cancelJob("job_id")
}
Run the code above in your browser using DataLab