R/infoNotFound.R

Defines functions infoNotFound

Documented in infoNotFound

#' Return a consistent failure result when something is not available
infoNotFound <- function() {
  return(data.frame( Name = "All Attributes", 
                     Value = "Not Available"))
}

Try the envDocument package in your browser

Any scripts or data that you put into this service are public.

envDocument documentation built on Sept. 11, 2025, 9:08 a.m.