R/dev-utils.R
officer_url_encode.Rd
encode url so that it can be easily decoded when 'officer' write a file to the disk.
officer_url_encode(x)
a character vector of URL
officer_url_encode("https://cran.r-project.org/") #> [1] "https://cran.r-project.org/"