Sequentially interpolates quosures, optionally using external references.
interpolate(x, ...)# S3 method for default
interpolate(x, more = NULL, ...)
# S3 method for uneval_matrix
interpolate(x, ...)
# S3 method for state
interpolate(x, ...)
# S3 method for part_surv
interpolate(x, ...)
# S3 method for uneval_state_list
interpolate(x, ...)
An interpolated quosures object.
A parameter, transition matrix or state list object.
Addition parameters passed to methods.
A list of expressions.
The interpolation is sequential: the second dot is interpolated using the first, the third using the interpolated first two, and so on.