create.base.call: Make the first call when forming a query.

View source: R/call_construction.R

create.base.callR Documentation

Make the first call when forming a query.

Description

Make the first call when forming a query.

Usage

create.base.call(endpoint)

Arguments

endpoint

Endpoint for forming a query. See ENDPOINTS for all available endpoints. See SERVICES if you know the service but not the endpoint.

Value

A URL string containing authentication for the call.

Examples

## Not run: 
endpoint <- "list/states"
call <- epair:::create.base.call(endpoint)
call

## End(Not run)

GLOrozcoM/epair documentation built on July 28, 2022, 9:01 p.m.