Error in `dplyr::rows_update()`:
! All columns specified through `by` must exist in `x` and `y`.
ℹ The following columns are missing from `x`: `City` and `Name`.
Why is that ? Any help would be much appreciated, thank you.
That family of functions are the equivalent to INSERT , UPDATE , and DELETE in SQL. They are used to add, update or delete records in one data frame with information coming from another data frame with the same key identifier and column names.