mkCurlQryString: Query string generator

View source: R/enrichr.R

mkCurlQryStringR Documentation

Query string generator

Description

Helper function that generates a query string out of named parameters. The main purpose of this function is to generate query strings for curl requests. All special characters in the values are escaped.

Usage

mkCurlQryString(...)

Arguments

...

Named parameters that will form the query

Value

A string in the following format: param1=value1&param2=value2.

Author(s)

Rehrauer, Hubert

Schmid, Peter

Roman Briskine


uzh/ezRun documentation built on Dec. 26, 2024, 9:53 a.m.