We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5fb0d9 commit da61c6dCopy full SHA for da61c6d
R/extract.R
@@ -18,7 +18,6 @@
18
#'
19
#' extract_argument(f, "layer_residual_quantiles", "symmetrize")
20
extract_argument <- function(x, name, arg, ...) {
21
- rlang::check_dots_empty()
22
UseMethod("extract_argument")
23
}
24
0 commit comments