Retrieve Standard Subsetting for Templates

std_filter_fun(tlgfname, pmap = std_pmap)

Arguments

tlgfname

(character) function name of tlg-function

pmap

('data frame') preprocessing map, see std_pmap for the required format

Examples

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>