A function to pull database information from a domino object
Value
A vector of unique databases used in building the domino object OR a data frame that includes the database information used in the domino object creation
Examples
example(build_domino, echo = FALSE)
database_name <- dom_database(pbmc_dom_built_tiny)
full_database <- dom_database(pbmc_dom_built_tiny, name_only = FALSE)