We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62d76aa commit 8c8bc52Copy full SHA for 8c8bc52
R/utils.R
@@ -210,7 +210,7 @@ assert_sufficient_f_args <- function(f, ...) {
210
#' place of `.y`, and `.ref_time_value` can be used in place of `.z`. This
211
#' allows you to create very compact anonymous functions (lambdas) with up
212
#' to three inputs. Functions created from formulas have a special class.
213
-#' Use `rlang::is_lambda()` to test for it.
+#' Use `inherits(fn, "epiprocess_slide_computation")` to test for it.
214
#'
215
#' If a **quosure**, in the case that `f` was not provided to the parent
216
#' `epi[x]_slide` call and the `...` is interpreted as an expression for
0 commit comments