uri_of_last_successful_request {snapcount}R 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()

[Package snapcount version 1.4.0 Index]