memes
memes copied to clipboard
test tomtom database with no altname
Pretty sure the no altname issue carries over to the tomtom database entries as well. Need to fix this using any_of
and dplyr::rename_all(recode, alt = "altname")
where needed. Or initialize altname to NA_character_
as soon as possible.
- [ ] add unit test for this
Currently fails giving a cryptic error with column selection.
I presume I am hitting this in #111.