Retrieve Standard Mutation for Templates

std_mutate_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_mutate_fun("aet02_1")
#> function (x) 
#> x
#> <bytecode: 0x56058af04ec0>
#> <environment: namespace:base>