print.qaw {seqinr} | R Documentation |
Print the number of elements, their type and the corresponding query.
## S3 method for class 'qaw'
print(x, ...)
x |
A objet of class |
... |
not used |
None.
J.R. Lobry
citation("seqinr")
## Not run:
### Need internet connection
choosebank("emblTP")
list1 <- query("sp=felis catus")
list1
# 4732 SQ for sp=felis catus
## End(Not run)