powered by
Transform list in string, for use in requests from pipedrive's API
prepare_url_parameters_(x)
list with parameters that you wish put in url format request
a formatted string
# NOT RUN { #Example prepare_url_parameters_(list(field1 = 123, field2 = NULL, field3 = "name")) # }
Run the code above in your browser using DataLab