Variable detection - presence across all datasets
Source:R/vars_detect_everywhere.R
vars_detect_everywhere.RdVariable detection - presence across all datasets
Arguments
- vars_detect_table
Output of the
vars_detect()function.
Examples
data_list <- list(cars = cars, mtcars = mtcars)
vdetect_table <- vars_detect(data_list)
vars_detect_everywhere(vdetect_table)
#> # A tibble: 0 × 3
#> # ℹ 3 variables: vars_union <chr>, cars <chr>, mtcars <chr>