R/build/is_data_topic.R

Defines functions is_data_topic

library(rlang)
library(purrr)

is_data_topic <- function(nm) {
  env_get_list(nm = nm, inherit = TRUE) %>% map_lgl(is.data.frame)
}

Try the probstats4econ package in your browser

Any scripts or data that you put into this service are public.

probstats4econ documentation built on Sept. 11, 2024, 8:29 p.m.