Getting last element of the strings in a column in R?

后端 未结 0 1269
南方客
南方客 2020-12-03 09:22

I have data something like this:

df <- tribble(
  ~A, ~B, 
  \'a\', \'304 49494 3033 23\', 
  \'b\', \'958 49494 5859\',
  \'c\', \'304 4535 59\',
)


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题