Skip to content

Commit

Permalink
use name as default for update features
Browse files Browse the repository at this point in the history
  • Loading branch information
JosiahParry committed Dec 2, 2023
1 parent 14cd57f commit c5a77af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/arc-add-update-delete.R
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ add_features <- function(
update_features <- function(
x,
.data,
match_on = c("alias", "name"),
match_on = c("name", "alias"),
token = Sys.getenv("ARCGIS_TOKEN"),
rollback_on_failure = TRUE,
...
Expand Down
2 changes: 1 addition & 1 deletion man/modify.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c5a77af

Please sign in to comment.