Created
September 29, 2020 21:36
-
-
Save rayheberer/e0b2fec5c1807566bd8a09271c45bb84 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
animals <- c("lion", "tiger", "rhinoceros") | |
animal_nchars <- animals %>% | |
purrr::set_names() %>% | |
purrr::map(nchar) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment