taxa (version 0.1.0)

database_list: Database list

Description

Database list

Usage

database_list

Arguments

Format

An object of class list of length 8.

Details

List of databases with pre-filled details, where each has the format:

  • url: A base URL for the database source.

  • description: Description of the database source.

  • id regex: identifier regex.

See Also

taxon_database

Examples

Run this code
# NOT RUN {
database_list
database_list$ncbi
database_list$ncbi$name
database_list$ncbi$description
database_list$ncbi$url
# }

Run the code above in your browser using DataCamp Workspace