R按符号分割字符串

时间:2015-06-15 09:57:01

标签: r string split

示例:

string = "abc|3g"
function(string)
Solution: --> "abc" "3g"

有没有想法如何拆分示例中显示的方式?

1 个答案:

答案 0 :(得分:18)

AutoCloseable

这是可能的答案。其他解决方案?