Publications by İsmail Ak
odev 3
07.03.2022
R Markdown library(WDI) enflasyon <- WDI(country=c("TR", "CN","CL"), indicator=c("FP.CPI.TOTL.ZG"), start=1960, end=2020) names(enflasyon) <- c("iso2c", "Ulke", "enflasyonorani", "Sene") head(enflasyon) ## iso2c Ulke enflasyonorani Sene ## 1 CL Chile 3.045491 2020 ## 2 CL Chile 2.557545 2019 ## 3 CL Chile 2.43489...
124 sym R (18546 sym/93 pcs) 13 img