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)

}
RHESSys/RHESSysIOinR documentation built on March 26, 2024, 10:14 a.m.