我想切分幾行並將數據添加回數據集中作爲另一個變量。所以我的任務是這樣的...轉換 location year value
aus 1990 1
aus 1991 2
aus 1992 2
usa 1990 1
usa 1991 3
usa 1992 2
uk 1990 3
uk 1991 2
uk 1992 2
...
into something li
我想的字符串分割成以下 S <- "No. Ok (whatever). If you must. Please try to be careful (shakes head)."
[1] No.
[2] Ok (whatever). If you must.
[3] Please try to be careful (shakes head).
的圖案是各(...)之前第一.。 我熟
我希望函數只給出一個字符值作爲輸出,但是當read.csv使用colClasses的默認值時,會有額外的字符值輸出。爲什麼當我指定colClasses =「character」而不是其他方式時,我的函數運行良好? top <- function(state, outcome) {
a <- read.csv("outcome-of-care-measures.csv")
i
任何人都可以幫助我讓我的代碼執行相同的操作,但使用ggplot geom_bar函數? 任何幫助或建議在正確的方向將不勝感激。 數據集: FID DESTINATION LANGUAGE IMD
1 Germany English Internal
2 Germany French Internal
3 France English International
4 USA En