Learn R Programming

Rexperigen (version 0.2.1)

create.API.request.URL: Create an URL for a request to the Experigen API.

Description

Create an URL for a request to the Experigen API.

Usage

create.API.request.URL(server, request, params = list())

Arguments

server
The server name (no need to be clean)
request
The request verb to the server
params
A list of name=value pairs that will be passed to the server

Value

A URL that can be queried.

See Also

Other development: API.request, checkAuthentication, prepare.server.URL, server.version

Examples

Run this code
create.API.request.URL("db.phonologist.org", "users", list(sourceurl="x.y", experimentName="z"))

Run the code above in your browser using DataLab