Function that extracts each unique character in a string

后端 未结 2 867
谎友^
谎友^ 2020-12-20 20:45

Let\'s say that I have a string \"rrkn\". Is there a function in R that\'ll return a vector \"r\", \"k\", \"n\" (i.e. eac

2条回答
提交回复
热议问题