officer_url_encode {officer} | R Documentation |
officer url encoder
Description
encode url so that it can be easily decoded when 'officer' write a file to the disk.
Usage
officer_url_encode(x)
Arguments
x |
a character vector of URL |
Examples
officer_url_encode("https://cran.r-project.org/")
[Package officer version 0.6.7 Index]