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 Aug. 20, 2023, 9:07 a.m.