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 Aug. 20, 2019, 1:03 a.m.