Skip to content

Instantly share code, notes, and snippets.

View rayheberer's full-sized avatar
🏠
Working from home

Ray Heberer rayheberer

🏠
Working from home
View GitHub Profile
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()