match_avengers.Rd
Predicts who would win in a physical fight between two avengers based on their power
match_avengers(avg_1, avg_2)
avg_1 | Character vector of length one with the name of an avenger to be matched |
---|---|
avg_2 | Character vector of length one with the name of an avenger to be matched |
Character vector of length one with the name of the winner
match_avengers("vision", "scarlett witch")#> [1] "scarlett witch"