encode_list: Percent encode all values in a list using utils::URLencode
Description
Percent encode all values in a list using utils::URLencode
Usage
encode_list(l, reserved = TRUE, repeated = TRUE)
Arguments
reserved
logical: should reserved characters be encoded?
repeated
logical: should apparently already-encoded URLs be encoded
again?