inst/tinytest/test_multi_arg_fn.R

test_multi_arg_fn <- function() {
  # at the very least hard to pass named arguments to SQL
  # so we are blocking it for now.
  expect_error(
    ops <- mk_td('d', 'str') %.>%
      extend(., strs = paste(str, collapse = ', ')))

  invisible(NULL)
}

test_multi_arg_fn()

Try the rquery package in your browser

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

rquery documentation built on Aug. 20, 2023, 9:06 a.m.