R/sanitychecks.R

Defines functions row_sense_is_feasible

## sanitychecks.R

###############################################################
## sanity check definitions

row_sense_is_feasible <- function( x )
  all( x %in% available_row_sense() )

Try the ROI package in your browser

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

ROI documentation built on Aug. 29, 2020, 3:01 p.m.