Learn R Programming

alterryx (version 0.5.0)

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

l

A list

reserved

logical: should reserved characters be encoded?

repeated

logical: should apparently already-encoded URLs be encoded again?