Learn R Programming

Rpipedrive (version 0.1.1)

prepare_url_parameters_: Transform list to string

Description

Transform list in string, for use in requests from pipedrive's API

Usage

prepare_url_parameters_(x)

Arguments

x

list with parameters that you wish put in url format request

Value

a formatted string

Examples

Run this code
# NOT RUN {
#Example
prepare_url_parameters_(list(field1 = 123, field2 = NULL, field3 = "name"))
# }

Run the code above in your browser using DataLab