我正在使用R.以下面創建的數據集爲例。我希望能夠將ip
除以"."
,同時將原始行信息保存在color
和status
中。我認識到這將創建一個更長的數據集,其中color
和status
的條目將重複其自身。R.在數據集的分割字符串中存在的難題,但在其他列中保留信息
a <- data.frame(cbind(color=c("yellow","red","blue","red"),
status=c("no","yes","yes","no"),
ip=c("162.131.58.26","2.131.58.16","2.2.58.10","162.131.58.17")))
爲所有感興趣:這是丟失R標籤的老問題。 – Marek 2011-01-24 15:49:21