insensitive function

Create a vector with case insensitive name matching.

Create a vector with case insensitive name matching.

insensitive(x)

Arguments

  • x: vector to modify

Examples

x <- c("abc" = 1, "def" = 2) x["ABC"] y <- insensitive(x) y["ABC"] y[["ABC"]]
  • Maintainer: Hadley Wickham
  • License: MIT + file LICENSE
  • Last published: 2023-08-15