powered by
convert a vector of names with list
findNames(labels, nodeslabels = list(), names, exact = FALSE)
A named list
A character vector to look for
A logical
# NOT RUN { labels=list(X="wt",Mi="am",Y="mpg");names=c("X","MiX","Y") findNames(labels,names=names) # }
Run the code above in your browser using DataLab