rt (version 1.0.1)

construct_newline_pairs: Construct a string for params suitable for passing into an RT request

Description

RT's API, in a few cases, takes a body of key value pairs that are colon separated and each key value pair is newline separated. Each pair is also run through compact to remove NULL elements.

Usage

construct_newline_pairs(params)

Arguments

params

(list) One or more key value pairs

Value

(character)