| from_url {snapcount} | R Documentation |
QueryBuilder object from the given urlConstructs a QueryBuilder object from the given url
from_url(url)
url |
a well-formed url preferably obtained from a call to the
|
Returns a QueryBuilder object with attributes set from the
parsed url.
sb <- from_url("http://snaptron.cs.jhu.edu/gtex/snaptron?regions=CD99")
get_regions(sb)
get_compilation(sb)