buildQueryString | R Documentation |
This function creates a URL query string from a list of parameter names and values.
buildQueryString(parameters = list())
parameters |
A named list with one item (value) for each parameter; the names of the list items correspond to the names of the parameters |
A character string of the form "param1=value1¶m2=value2&..."
Adam C. Gower agower@bu.edu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.