std_filter_fun.Rd
Retrieve Standard Subsetting for Templates
std_filter_fun(tlgfname, pmap = std_pmap)
(character
) function name of tlg-function
('data frame') preprocessing map, see std_pmap
for the required format
std_filter_fun("aet02_1")
#> function (adam_db)
#> {
#> checkmate::assert_class(adam_db, "dm")
#> adam_db %>% dm_zoom_to("adae") %>% filter(.data$ANL01FL ==
#> "Y") %>% dm_update_zoomed()
#> }
#> <bytecode: 0x56059b2a99c0>
#> <environment: namespace:chevron>