R/madrat_jq.R

function()
{
  library(readxl)
  dir <- "/C:Users/aviva/Desktop/"
  file <- "asti_data.xlsx"
  sheet <- "Ag-GDP-05-PPP- Agricultural gr"
  pasti(dir,file)
  x <- as.data.frame(read_excel(pasti(dir,file),sheet=sheet,col_names=TRUE))
  colnames(x)[1] <- "country"
}
dryrying/myinvest documentation built on Oct. 20, 2020, 3:33 a.m.