R/utils.R

Defines functions valid_filter

# file to contain small utility functions that don't need to be exposed to users (not exported)
#
# ---------- Function to test if filter is valid ----------
valid_filter = function(f) {

  return(TRUE)

}
ryanrbart/rhessysR documentation built on March 29, 2024, 4:30 p.m.