uri_of_last_successful_request: Return the URI of the last successful request to Snaptron

View source: R/basic_query_functions.R

uri_of_last_successful_requestR Documentation

Return the URI of the last successful request to Snaptron

Description

This function can be paired with the from_url method from the QueryBuilder class, allowing users to share sources of data from Snaptron.

Usage

uri_of_last_successful_request()

Value

URI of last successful request to Snaptron or NULL if there have not been any successful requests.

Examples

qb <- QueryBuilder(compilation = "gtex", regions = "CD99")
query_jx(qb)
uri_of_last_successful_request()

langmead-lab/snapr documentation built on May 4, 2022, 7:41 p.m.