Displaying 2 results from an estimated 2 matches for "265395".
Did you mean:
26535
2015 Oct 20
3
Mapa de Calor con Google Maps de fondo
...d...
Name: image001.png
Type: image/png
Size: 13312 bytes
Desc: image001.png
URL: <https://stat.ethz.ch/pipermail/r-help-es/attachments/20151020/5b501b05/attachment-0002.png>
------------ próxima parte ------------
A non-text attachment was scrubbed...
Name: image002.png
Type: image/png
Size: 265395 bytes
Desc: image002.png
URL: <https://stat.ethz.ch/pipermail/r-help-es/attachments/20151020/5b501b05/attachment-0003.png>
2001 Jan 17
3
Pattern Matching help
Thanks in advance for any help I can get on this.
I'm trying to change variable names between 2 systems - R and old SPSS,
Oracle. I'm using the grep() and gsub() commands but I'm getting the
following result -
> test.dat <- c("a", "b.c", "d.e.f", "p_q,r")
> test.dat
[1] "a" "b.c" "d.e.f"