library(tidyverse)
Using the sample datasets below (three for 201603, and three for 201602), I'm attempting to use two master datasets to filter several other datasets by using tidyverse tools such as dplyr::semi_join, purrr::map2, and purrr::pmap. I would like the output to be a list of the filtered data. However I've become stuck while trying to use pmap() to accomplish all this in one set of code so I can output one list of all the filtered data. Using the sample dataset