We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24a7ce0 commit 2d3d6b6Copy full SHA for 2d3d6b6
R/makeFireSenseLCC.R
@@ -82,7 +82,7 @@ makeFireSenseLCC <- function(neededYear, to, maskTo = NULL, # to, maskTo = NULL,
82
# - Crops to the extent of to
83
# - Masks to the maskTo polygon(s)
84
message("Preparing base NTEMS LCC data...")
85
-browser()
+
86
maskToArg <- if (is.null(maskTo)) to else maskTo
87
88
0 commit comments