Retrieves a specific table from the database for a selected species.
See also
list_tables to see available tables for a species.
Examples
if (FALSE) { # interactive() && curl::has_internet()
# Retrieve geneInfo table for Indian Cobra Species
cobra_genes <- get_table(species_id = 99,
table = "geneInfo")
# View table
head(cobra_genes)
}
