R/isfield.R

Defines functions isfield

# find if a structure has an element called field
isfield  <- function(structure, field){
  any( field %in% names(structure) )
} 
MarcLavielle/mlxR documentation built on May 28, 2023, 4:25 p.m.