generate_url: Generate URL for specific API query by type and (if...

View source: R/utils.R

generate_urlR Documentation

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

Description

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

Usage

generate_url(query, ...)

Arguments

query

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

...

Named elements of URL for specific query desired, such as surveyID or mailinglistID

Value

Endpoint URL to be passed to querying tools


ropensci/qualtRics documentation built on Sept. 15, 2024, 8:35 p.m.