View source: R/parser.socket.R
parser.socket | R Documentation |
Answers from server looks like : "code=0&lrank=2&count=150513&type=SQ&locus=F".
parser.socket(onelinefromserver, verbose = FALSE)
onelinefromserver |
a string |
verbose |
logical, if TRUE mode verbose is on |
A vector of mode character or NULL if onelinefromserver
is NULL
or if its length is 0.
J.R. Lobry
citation("seqinr")
choosebank
, query
stopifnot(all(parser.socket("code=0&lrank=2&count=150513&type=SQ&locus=F")
== c("0", "2", "150513", "SQ", "F")))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.