inst/tinytest/test_dotdotdot_issue.R

test_dotdotdot_issue <- function() {
  invisible(NULL)


  f <- function(...) {
    t = extend(data.frame(x=2), one=1)
    return(t)
  }

  f()
  f(y=7)
}

test_dotdotdot_issue()

Try the rqdatatable package in your browser

Any scripts or data that you put into this service are public.

rqdatatable documentation built on Aug. 21, 2023, 9:10 a.m.