Description Usage Arguments Value Examples
View source: R/query_builder_wrappers.R
Constructs a QueryBuilder
object from the given url
1 |
url |
a well-formed url preferably obtained from a call to the
|
Returns a QueryBuilder
object with attributes set from the
parsed url.
1 2 3 | 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.