knowndbs | R Documentation |
Returns, for each database known by the server, its name (a valid value for the bank
argument of choosebank
), availability (off means temporarily unavailable),
and description.
knowndbs(tag = c(NA, "TP", "TEST", "DEV"), socket = autosocket())
kdb(tag = c(NA, "TP", "TEST", "DEV"), socket = autosocket())
tag |
default to NA, see details |
socket |
an object of class |
When the optional tag
argument is used, only databases tagged with the given
string are listed;
when this argument is NA (by default), only untagged databases are listed.
The tag
argument thus allows to identify series of special purpose (tagged) databases,
in addition to default (untagged) ones.
A dataframe with 3 columns:
bank |
string. Valid bank values known by the ACNUC server |
status |
string. "on" means available, "off" means temporarily unavailable |
info |
string. short description of the database |
J.R. Lobry
https://doua.prabi.fr/databases/acnuc.html
citation("seqinr")
The full list of untagged and tagged databases is here : https://doua.prabi.fr/databases/acnuc/banques_raa.php.
choosebank
when called without arguments.
## Not run:
### Need internet connection
choosebank("emblTP")
kdb()
closebank()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.