Skip to content

Instantly share code, notes, and snippets.

@rayheberer
Created September 29, 2020 21:38
Show Gist options
  • Save rayheberer/fde47d232647e776bcb307979ffbb70d to your computer and use it in GitHub Desktop.
Save rayheberer/fde47d232647e776bcb307979ffbb70d to your computer and use it in GitHub Desktop.
builtin_data <- data()$results[, "Item"]
builtin_df_names <- builtin_data %>%
purrr::set_names() %>%
purrr::map(purrr::possibly(get, otherwise = NULL)) %>%
purrr::keep(is.data.frame) %>%
purrr::map(names) %>%
purrr::compact()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment