powered by
Create a vector with case insensitive name matching.
insensitive(x)
vector to modify
x <- c("abc" = 1, "def" = 2) x["ABC"] y <- insensitive(x) y["ABC"] y[["ABC"]]
Run the code above in your browser using DataLab