Home
last modified time | relevance | path

Searched refs:fnFormals (Results 1 – 1 of 1) sorted by relevance

/dports/textproc/R-cran-htmltools/htmltools/R/
H A Dtag_query.R800 fnFormals <- formals(fn) functionVar
801 if (! ("..." %in% names(fnFormals))) {
802 if (length(fnFormals) < 2) {