getAccessionSearchDBs.RdGet all of the supported BrAPI-compliant databases configured by the accession search server.
getAccessionSearchDBs()Vector of supported Accession Search Databases, where each Database is a list with the following names:
Database name
Database BrAPI URL
Database BrAPI version
Max number of concurrent connections to the Databse
This function returns a vector of Accession Search Database objects, one of which can be used
by the other accession search functions. The accession search server can be changed by setting
the global breedbase.accession_search_server option (Example:
options("breedbase.accession_search_server" = "https://search.example.org")).
Other accessionSearch:
createAccessionSearchDB(),
getAccessionSearchCacheStatus(),
getAccessionSearchConfig(),
getAccessionSearchDB(),
getAccessionSearchServer(),
performAccessionSearch(),
updateAccessionSearchCache()