Displaying 1 result from an estimated 1 matches for "cnt_str".
Did you mean:
int_str
2012 Jun 08
2
remove leading slash
Hello,
How do I change this:
> cnt_str
[1] "\002" "\001" "\102"
...to this:
> cnt_str
[1] "2" "1" "102"
Having trouble because of this:
> nchar(cnt_str[1])
[1] 1
Thanks!
Ben
[[alternative HTML version deleted]]