View source: R/query_builder_wrappers.R
from_url | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.