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))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.