R/URI.R

URIencode <- function(what, reserved=NULL)
   .Call(C_URIencode, what, if (is.logical(reserved)) { if (isTRUE(reserved == FALSE)) ";/?:@=&" else "" } else as.character(reserved))

Try the base64enc package in your browser

Any scripts or data that you put into this service are public.

base64enc documentation built on May 2, 2019, 6:53 a.m.