powered by
otherNames(data, check)
data.frame
names
bigdf <- data.frame(a = 1:2, b = 3:4, c = 5:6) otherNames(bigdf, "b")
Run the code above in your browser using DataLab