[R] RFE: vectorize URLdecode
    Jack Tanner 
    ihok at hotmail.com
       
    Sun Aug 30 18:02:20 CEST 2009
    
    
  
Gabor Grothendieck <ggrothendieck <at> gmail.com> writes:
> URLdecode.vec <- Vectorize(URLdecode)
> 
> On Sat, Aug 29, 2009 at 10:31 AM, Jack Tanner<ihok <at> hotmail.com> wrote:
> >
> > Could URLdecode be modified to actually process all elements of the vector, 
> > not just the first?
Sure, that's a fine workaround. But is this a legitimate RFE? Should I file 
a bug?
It seems like the warning itself is coming from charToRaw(), but the rest 
of URLdecode() might need an upgrade to deal with a charToRaw that processes 
all the elements in the vector.
    
    
More information about the R-help
mailing list