Closed olivroy closed 3 months ago
I was testing tmap v4 and got the following error message given this minimal example
rivers |> tm_shape() + tm_lines(col = "type", palette = "Blues") #> Error in if (!(args$called_from == "qtm" && (!"col" %in% names(args)))) { : #> missing value where TRUE / FALSE is required
Thx!
I was testing tmap v4 and got the following error message given this minimal example