common_names: Find the common names between two objects

View source: R/universal_useful.R

common_namesR Documentation

Find the common names between two objects

Description

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]))

yogat3ch/UU documentation built on May 31, 2024, 10:14 p.m.