Tango has this handy function: URLENCODE. It takes a text string and makes
it URL friendly. For example, the string "New Order.=tribute=" will be
converted to "NEW%20ORDER%2E%3DTRIBUTE%3D."
I really need a function like this in R:Base. Is it available in
R:Base? If not, has someone coded something that has the same effect?