encode_list {alterryx} | R Documentation |
utils::URLencode
Percent encode all values in a list using utils::URLencode
encode_list(l, reserved = TRUE, repeated = TRUE)
l |
A |
reserved |
logical: should reserved characters be encoded? |
repeated |
logical: should apparently already-encoded URLs be encoded again? |