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

Description Usage Value Examples

View source: R/basic_query_functions.R

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

1

Value

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

Examples

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

snapcount documentation built on Nov. 8, 2020, 4:53 p.m.