[問題] 該如何分割
請問我有一段話 形式大概如這樣
comment: "it is nice and great"
想把comment與"it is nice and great"分別存在兩個變數裡
我試著用下列code做
test=readLines("123.txt")
strsplit(test, " ")
但結果是只要遇到空白就會切開
[1] "comment:" "\"it" "is" "nice" "and" "great\""
有什麼方法是讀到第一個空白處才會分割 後面就不會繼續切下去
謝謝指教
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 118.166.83.31
→
03/16 21:27, , 1F
03/16 21:27, 1F
→
03/16 21:37, , 2F
03/16 21:37, 2F
→
03/16 22:06, , 3F
03/16 22:06, 3F
→
03/16 22:40, , 4F
03/16 22:40, 4F
推
03/17 13:46, , 5F
03/17 13:46, 5F
討論串 (同標題文章)
R_Language 近期熱門文章
PTT數位生活區 即時熱門文章