R/rqdatatable_imports.R

Defines functions test_rqdatatable

#' @import wrapr
#' @import rquery
#' @import rqdatatable
NULL

. = NULL # don't look unbound

test_rqdatatable <- function() {
  d = data.frame(x = c(1, 2))
  x = NULL  # don't look unbound
  d %.>%
    extend(., y = x*x)
  return(d)
}

Try the WVPlots package in your browser

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

WVPlots documentation built on Sept. 13, 2025, 1:08 a.m.