## hierarchies.r

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

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