readASTI_jq.R

library(readxl)
dir <- ""

file <- "asti_data.xlsx"
sheet <- "Ag-GDP-05-PPP - Agricultural gr"
x <- as.data.frame(read_excel(file, sheet=sheet, col_names = TRUE))
    
dryrying/myinvest documentation built on Oct. 20, 2020, 3:33 a.m.