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.

construct_newline_pairs(params)

Arguments

params

(list) One or more key value pairs

Value

(character)