buildQueryString: Create a URL query string from a list of parameter names and...

buildQueryStringR Documentation

Create a URL query string from a list of parameter names and values

Description

This function creates a URL query string from a list of parameter names and values.

Usage

buildQueryString(parameters = list())

Arguments

parameters

A named list with one item (value) for each parameter; the names of the list items correspond to the names of the parameters

Value

A character string of the form "param1=value1&param2=value2&..."

Author(s)

Adam C. Gower agower@bu.edu


agower/GeneHive documentation built on April 14, 2022, 5:08 a.m.