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/RHESSysIOinR documentation built on March 30, 2024, 11:15 p.m.