map_upper | R Documentation |
Map up-cased symbol names to referenced values if those values are string scalars (else throw).
map_upper(...)
... |
symbol names mapping to string scalars |
map from original symbol names to new names (names found in the current environment)
let
x <- 'a'
print(map_upper(x))
d <- data.frame(a = "a_val")
let(map_upper(x), paste(d$X, x))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.