YARQ (さらに別の正規表現の質問)。
最後の列に文の最後の単語が含まれ、最初の列に他のすべてが含まれていることを確認して、次の列を 2 つの列に分割するにはどうすればよいでしょうか。
x <- c("This is a test",
"Testing 1,2,3 Hello",
"Foo Bar",
"Random 214274(%*(^(* Sample",
"Some Hyphenated-Thing"
)
私が終わるように:
col1 col2
this is a test
Testing 1,2,3 Hello
Foo Bar
Random 214274(%*(^(* Sample
Some Hyphenated-Thing