
  # -------------------------------------------------------------------------------------------------------------------------  #
  #  -----------------------------------------------------------------------------------------------------------------------   #
  #                                                                                                                            #
  #           File Name              :  hierarchies.r                                                                          #
  #           Last Updated Funclist  :  28 Jan 2015,  9:12 AM (Wednesday)                                                      #
  #                                                                                                                            #
  #           Author Name            :  Rick Saporta                                                                           #
  #           Author Email           :  RSaporta@TheOrchard.com                                                                #
  #           Author URL             :  www.github.com/rsaporta                                                                #
  #                                                                                                                            #
  #           Packages Called        :  NA                                                                                     #
  #           Packages Used via NS   :  NA                                                                                     #
  #                                                                                                                            #
  #  -----------------------------------------------------------------------------------------------------------------------   #
  #                                                                                                                            #
  #                                                                                                                            #
  #                                                                                                                            #
  #                                                                                                                            #
  #                                                     <END FUNCS>                                                            #
  #  -----------------------------------------------------------------------------------------------------------------------   #
  # -------------------------------------------------------------------------------------------------------------------------  #

## hierarchies.r

##  I"m not sure where to put this list.  So it is going into it's own separate file for now. 

hierarchies <- list(  c("Continent Group", "Continent", "Country")
                    , c("Year", "Month", "Date", "Day")
                    , c("Label", "UPC", "Release")
                    , c("Artist", "UPC", "Release")
                   )
