View source: R/basic_query_functions.R
uri_of_last_successful_request | R Documentation |
This function can be paired with the from_url
method from
the QueryBuilder class, allowing users to share sources of data
from Snaptron.
uri_of_last_successful_request()
URI of last successful request to Snaptron or NULL
if there
have not been any successful requests.
qb <- QueryBuilder(compilation = "gtex", regions = "CD99") query_jx(qb) uri_of_last_successful_request()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.