Skip to contents

Given named objects, find the names in common

Usage

common_names(...)

Arguments

...

(objects)

Value

(character) of the common names

Examples

common_names(rlang::set_names(letters), rlang::set_names(letters[4:10]))
#> [1] "d" "e" "f" "g" "h" "i" "j"