R/StackList.R

Defines functions StackList

StackList <- function(elements)  {
  AllData[elements]%>%
    purrr::map2_df(.x =.,
            .y = names(.),
            ~ .x %>% 
              dplyr::mutate(Table =.y ) %>% RemoveSymbols
    )}
JonnoB/PowerGridNetworking documentation built on Aug. 7, 2021, 3:04 a.m.