insensitive | R Documentation |
Create a vector with case insensitive name matching.
insensitive(x)
x |
vector to modify |
x <- c("abc" = 1, "def" = 2)
x["ABC"]
y <- insensitive(x)
y["ABC"]
y[["ABC"]]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.