Skip to content

Commit

Permalink
make the names just unique
Browse files Browse the repository at this point in the history
  • Loading branch information
heike committed May 25, 2024
1 parent 732cdc6 commit 109d592
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/helper.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ identify_lands <- function(words) {
difflist <- purrr::discard(difflist, is.null)
# transpose back and make 'word'
difflist <- difflist %>% purrr::list_transpose() %>% purrr::map_chr(paste, collapse="")
make.names(difflist, unique=TRUE) # make sure that something is there and it is different

make.unique(difflist, unique=TRUE) # make sure that something is there and it is different
}


Expand Down

0 comments on commit 109d592

Please sign in to comment.