YARQ(又一個正則表達式問題)。由句子中的最後一個詞分開的列
我該如何將下列內容分成兩列,確保最後一列包含句子中的最後一個單詞,第一列包含其他所有內容。
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
+1和速度複選標記(rep(10k)= 0.05 s) – 2013-03-21 05:16:41