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 July 22, 2024, 3:46 a.m.