Predicts who would win in a physical fight between two avengers based on their power

match_avengers(avg_1, avg_2)

Arguments

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

Value

Character vector of length one with the name of the winner

Examples

match_avengers("vision", "scarlett witch")
#> [1] "scarlett witch"