Skip to contents

pmtd_fn() is the function that is called by pmtd() when passed through to calculate

Usage

pmtd_fn(x)

Arguments

x

ti object

Value

dbi object

Details

This is internal non exported function that is nested in ti class and is called upon when the underlying function is called by calculate This will return a dbi object that can converted to a tibble object with dplyr::collect()

See also

pmtd() for the function's intent