R/Inds_Info.R

Defines functions Inds_Info

Inds_Info <- function(x = "All"){
  if(x=="All"){
    result <- INDICS
  }else{
    result <- INDICS[[x]]
  }
  result
}
pooya1991/BillioR documentation built on Aug. 20, 2019, 11:20 a.m.