Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

findNames

convert a vector of names with list


Description

convert a vector of names with list

Usage

findNames(labels, nodeslabels = list(), names, exact = FALSE)

Arguments

labels

A named list

nodeslabels

A named list

names

A character vector to look for

exact

A logical

Examples

labels=list(X="wt",Mi="am",Y="mpg");names=c("X","MiX","Y")
findNames(labels,names=names)

processR

Implementation of the 'PROCESS' Macro

v0.2.6
GPL-2
Authors
Keon-Woong Moon [aut, cre], Sokyoung Hong [ctb]
Initial release
2021-1-5

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.