from_url: Constructs a 'QueryBuilder' object from the given url

View source: R/query_builder_wrappers.R

from_urlR Documentation

Constructs a QueryBuilder object from the given url

Description

Constructs a QueryBuilder object from the given url

Usage

from_url(url)

Arguments

url

a well-formed url preferably obtained from a call to the uri_of_last_successful_request function

Value

Returns a QueryBuilder object with attributes set from the parsed url.

Examples

sb <- from_url("http://snaptron.cs.jhu.edu/gtex/snaptron?regions=CD99")
get_regions(sb)
get_compilation(sb)

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