[R] Python's string translate in R?
jim holtman
jholtman at gmail.com
Thu Oct 14 18:36:44 CEST 2010
?chartr
Is this what you are looking for?
On Thu, Oct 14, 2010 at 12:10 PM, Saptarshi Guha
<saptarshi.guha at gmail.com> wrote:
> Hello,
>
> Would one use gsub to perform pythons translate?
>
> in python
>
> table = string.maketrans("abc","xyz")
> "abc".translate(table)
> "xyz"
>
> how does one do this in R?
>
> Thank you
> Saptarshi
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>
--
Jim Holtman
Cincinnati, OH
+1 513 646 9390
What is the problem that you are trying to solve?
More information about the R-help
mailing list