R/divSpec.R

# used in divide to decide how to chunk up current data
getCuts <- function(x, ...)
  UseMethod("getCuts")

# make sure div specification works for data
validateDivSpec <- function(x, ...)
  UseMethod("validateDivSpec")

Try the datadr package in your browser

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

datadr documentation built on May 1, 2019, 8:06 p.m.