Skip to content

Commit

Permalink
Arregla error de lintr
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaspons committed Dec 3, 2024
1 parent 793e6e3 commit 3e7f5a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data-raw/mars.R
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ etiquetes <- c("name:ca", "name", "alt_name", "alt_name:ca", "place", "wikidata"

q <- opq(bbox = c(xmin = -180, ymin = -90, xmax = 180, ymax = 90), osm_types = "nwr", out = "tags", timeout = 1000) |>
add_osm_feature(key = "place", value = c("ocean", "sea")) |>
add_osm_feature(key = "name") # |>
# opq_csv(fields = c(etiquetes, "::type", "::id"))
add_osm_feature(key = "name")
# q <- opq_csv(q, fields = c(etiquetes, "::type", "::id"))
cat(opq_string(q))
mars <- osmdata_data_frame(q)
# mars <- mars[, sapply(mars, function(x) !all(is.na(x)))]
Expand Down

0 comments on commit 3e7f5a1

Please sign in to comment.