R/rankData.R

#' compare_data_elements
#'
#' Compare multiple files
#' 
#' @param w.use dataframe, the water use data  
#' 
#' @export
#' 
#' @examples 
#' w.use <- wUseSample
#' df <- compare_data_elements(w.use)
compare_data_elements <- function(w.use){
  
  return(NA)
  
}
USGS-R/AWUDS documentation built on May 9, 2019, 6:05 p.m.