getlistrank | R Documentation |
This is a low level function to get the rank of a list on server from its name.
getlistrank(listname, socket = autosocket(), verbose = FALSE)
glr(listname, socket = autosocket(), verbose = FALSE)
listname |
the name of list on server |
socket |
an object of class |
verbose |
if |
This low level function is usually not used directly by the user.
The rank of list named listname
on server, or 0 if no list with this name exists.
J.R. Lobry
citation("seqinr")
choosebank
, query
## Not run:
# Need internet connection
choosebank("emblTP")
MyListName <- query("MyListName", "sp=Borrelia burgdorferi", virtual = TRUE)
(result <- getlistrank("MyListName"))
stopifnot(result == 2)
closebank()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.