ghelp | R Documentation |
Reads one item of information in specified help file from an ACNUC server. The are differences between ACNUC clients so that this help could be confusing. However, the query language is common to all clients so that the most recent documentation is most likely here.
ghelp(item = c("GENERAL", "SELECT", "SPECIES", "KEYWORD"),
file = c("HELP", "HELP_WIN"), socket = autosocket(), catresult = TRUE)
item |
the name of the desired help item |
file |
the name of the help file on server side. |
socket |
an object of class |
catresult |
logical. If TRUE output is redirected to the console. |
A vector of string which is returned invisibly and "cated" to the console by default.
J.R. Lobry
https://doua.prabi.fr/databases/acnuc.html
citation("seqinr")
choosebank
, query
## Not run:
### Need internet connection
choosebank("emblTP")
ghelp()
ghelp("SELECT")
# To get info about current database:
ghelp("CONT")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.