Learn R Programming

zoomr (version 0.4.0)

generate_url: Generate URL for specific API query by type and (if appropriate) ID

Description

This is based on the function of the same name in the qualtRics package.

Usage

generate_url(query, ...)

Value

Endpoint URL to be passed to querying tools

Arguments

query

string. The specific API query desired. Generally named the same as associated functions but without underscores, so the request for `getwebinardetails()` would be be "getwebinardetails".

...

Named elements of URL for specific query desired, such as `webinar_id`.